-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git scp - Copy files to SSH compatible git-remote
#300
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chernjie
changed the title
[RFC] git scp
[RFC] git scp - Copy files to SSH comptabile Dec 18, 2014
git-remote
chernjie
changed the title
[RFC] git scp - Copy files to SSH comptabile
[RFC] git scp - Copy files to SSH compatible Dec 28, 2014
git-remote
git-remote
@chernjie Awesome, only |
@hemanth I need help testing if the symlink works during installation, can you help? |
chernjie
changed the title
[RFC] git scp - Copy files to SSH compatible
git scp - Copy files to SSH compatible Feb 5, 2015
git-remote
git-remote
@hemanth I have managed to test the symlink, and I added |
Awesome! Thanks. |
hemanth
added a commit
that referenced
this pull request
Feb 11, 2015
git scp - Copy files to SSH compatible `git-remote`.
@chernjie Could you please update the wiki? |
chernjie
added a commit
to chernjie/git-extras
that referenced
this pull request
Apr 23, 2015
chernjie
added a commit
to chernjie/git-extras
that referenced
this pull request
Apr 23, 2015
* wiki/master: (30 commits) git merge-repo add wiki for git-guilt Update docs for revised git-changelog. add wiki for git-merge-into git scp tj#300 link to git delta git delta usage Add git-authors Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Fix link to git feature command Added a footer. add a few keywords some remaining dashes roughly finished Updated Commands (markdown) Updated Commands (markdown) ...
chernjie
added a commit
to chernjie/git-extras
that referenced
this pull request
Apr 23, 2015
see tj#358 * wiki/master: (30 commits) git merge-repo add wiki for git-guilt Update docs for revised git-changelog. add wiki for git-merge-into git scp tj#300 link to git delta git delta usage Add git-authors Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Fix link to git feature command Added a footer. add a few keywords some remaining dashes roughly finished Updated Commands (markdown) Updated Commands (markdown) ...
tardypad
pushed a commit
to tardypad/git-extras
that referenced
this pull request
Jul 13, 2016
tardypad
pushed a commit
to tardypad/git-extras
that referenced
this pull request
Jul 13, 2016
git scp - Copy files to SSH compatible `git-remote`.
tardypad
pushed a commit
to tardypad/git-extras
that referenced
this pull request
Jul 13, 2016
see tj#358 * wiki/master: (30 commits) git merge-repo add wiki for git-guilt Update docs for revised git-changelog. add wiki for git-merge-into git scp tj#300 link to git delta git delta usage Add git-authors Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Updated Commands (markdown) Fix link to git feature command Added a footer. add a few keywords some remaining dashes roughly finished Updated Commands (markdown) Updated Commands (markdown) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
git-scp(1) -- Copy files to SSH compatible
git-remote
A convenient way to copy files from the current working tree to the working directory of a remote repository. If a
<commits>...
is provided, only files that has changed within the commit range will be copied.Internally this script uses
rsync
and notscp
as the name suggests.git-rscp
- Copies specific files from the working directory of a remote repository to the current working directory.TODO
man/git-scp.md
ronn
git-rscp
togit-scp
bash_completion