ssh-agent bash -c 'ssh-add /home/chris/.ssh/git.rsa; git clone git@server:/home/git/project'
Published March 20th, 2019
How to specify a private key when cloning a git repo
Similar Articles
Git check incoming changes
Avoiding Dante's 9th Circle of Hell (hint: git branch)
git stash
git delete branch
Git unstage changes (roll back a commit)
git rebase
git rebase - changes depends on abandoned changes
git fetch changes from remote repository and merge them with your local changes
git revert (reset) a single file
Set up git repository on Debian and push changes from local repository
git reset instead of rebase
Git rename files under version control
git simple checkout, create new branch, add, commit
git list files not under version control
Avoiding Dante's 9th Circle of Hell (hint: git branch)
git stash
git delete branch
Git unstage changes (roll back a commit)
git rebase
git rebase - changes depends on abandoned changes
git fetch changes from remote repository and merge them with your local changes
git revert (reset) a single file
Set up git repository on Debian and push changes from local repository
git reset instead of rebase
Git rename files under version control
git simple checkout, create new branch, add, commit
git list files not under version control