悲剧,绝对的悲剧,悲剧中的悲剧。
发布时间:2016-09-21 17:11:01
I’m sure you’ve all come across merge commits when using Git,those pesky commits with a message reading something like Merge branch'master' of github.com:kernow/Project-X.We’ve all been guilty of creating git merge commits, but don’t worry there’s away to stop being a “Git Tit” and.........【阅读全文】
发布时间:2016-03-08 00:41:52
Entering the passphrase is annoying when using git commands, and even worse if you need to establish some automation scripts. Here are some methods to solve this issue.Adding your SSH key to the ssh-agentEnsure ssh-agent is enabled:# start the ssh-agent in the background eval "$(ssh-.........【阅读全文】
发布时间:2016-01-28 19:16:20
Git SetupI would recommend editing your ~/.gitignore_global file and adding the following lines (to eliminate common system-created files while working in your Git repositories):*~.*.swp.DS_StoreAdd the following to your ~/.gitconfig file:[user] name = <You.........【阅读全文】