Git-Note icon indicating copy to clipboard operation
Git-Note copied to clipboard

Something about Git.

Results 22 Git-Note issues
Sort by recently updated
recently updated
newest added

https://git-fork.com/

很酷的專案,利用 base64 編碼後丟到網站上面視覺化 git log ,編輯完之後再丟回 terminal 執行 git command https://github.com/bokub/git-history-editor

- https://github.com/paulirish/git-open - https://www.gitkraken.com/ - https://github.com/git-up/GitUp - https://github.com/smith-kyle/nodegit-flow - https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git - https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/gitfast - https://github.com/so-fancy/diff-so-fancy - https://github.com/andybalaam/git-history-data - https://github.com/cjb/GitTorrent - https://github.com/yyx990803/pod - https://github.com/typicode/husky - https://github.com/stevemao/awesome-git-addons

https://github.com/pluralsight/git-internals-pdf/releases

- http://www.ibm.com/developerworks/library/d-learn-workings-git/index.html - https://rkoutnik.com/2016/07/16/git-s-guide-to-git-commit-messages.html - http://www-cs-students.stanford.edu/~blynn/gitmagic/ - https://medium.com/@alexberegszaszi/mango-git-completely-decentralised-7aef8bcbcfe6#.s5rbuhdjs - https://speakerdeck.com/forloop/git-in-teams - https://speakerdeck.com/forloop/getting-started-with-git - https://blog.codeminer42.com/git-workflow-basics-d405746f6205#.bizwc622m - http://megakemp.com/2016/08/25/git-undo/

``` git push origin master --force git push https://git.... --force //short git push origin master -f ``` refs http://stackoverflow.com/questions/5509543/how-do-i-properly-force-a-git-push

example ``` git git log git log —online git log —online -p git log —oneline —stat git log —oneline —graph git log —until=1.minute.ago // until git log —since=1.day.ago // since...