Skip to content
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
merged 8 commits into from
Feb 11, 2015

Conversation

chernjie
Copy link
Contributor

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 not scp as the name suggests.

git-rscp - Copies specific files from the working directory of a remote repository to the current working directory.


TODO

  1. write man/git-scp.md
  2. generate man files via ronn
  3. symlink git-rscp to git-scp
  4. Add bash_completion

@chernjie chernjie changed the title git scp [WIP] git scp Dec 18, 2014
@chernjie chernjie changed the title [WIP] git scp [RFC] git scp Dec 18, 2014
@chernjie chernjie changed the title [RFC] git scp [RFC] git scp - Copy files to SSH comptabile git-remote Dec 18, 2014
@chernjie chernjie changed the title [RFC] git scp - Copy files to SSH comptabile git-remote [RFC] git scp - Copy files to SSH compatible git-remote Dec 28, 2014
@hemanth
Copy link
Collaborator

hemanth commented Jan 18, 2015

@chernjie Awesome, only symlink remains.

@chernjie
Copy link
Contributor Author

@hemanth I need help testing if the symlink works during installation, can you help?

@chernjie chernjie changed the title [RFC] git scp - Copy files to SSH compatible git-remote git scp - Copy files to SSH compatible git-remote Feb 5, 2015
@chernjie
Copy link
Contributor Author

@hemanth I have managed to test the symlink, and I added bash_completion. This is good to merge :)

@hemanth
Copy link
Collaborator

hemanth commented Feb 11, 2015

Awesome! Thanks.

hemanth added a commit that referenced this pull request Feb 11, 2015
git scp - Copy files to SSH compatible `git-remote`.
@hemanth hemanth merged commit 83b9348 into tj:master Feb 11, 2015
@hemanth
Copy link
Collaborator

hemanth commented Feb 11, 2015

@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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants