#tip-git
notes
Git - Start a repository on your own server
Git - Start a repository on your own server cd /mydata/windows/my_git git init —bare example.git Clone repo to laptop cd ~/src git clone…
notes
Using multiple github accounts with ssh keys
Multiple GitHub Accounts Source: https://gist.github.com/oanhnn/80a89405ab9023894df7 Problem I have two Github accounts: oanhnn (personal…