Github.org creating repo problem березня 11, 2009 If you are having error: " Permission to <repo_1> denied to <repo_2>. " Add to ~/.ss/config file: Host github.com Hostname github.com # IdentityFile ~/.ssh/id_dsa User git Port 22 TCPKeepAlive yes IdentitiesOnly yes Докладніше
Git reset, rebase, pull лютого 19, 2009 Reset to some state or branch: $ git reset --soft master $ git reset --hard <commit> Докладніше