git tips - merge, revert

来源:互联网 发布:蜘蛛软件刷奖软件下载 编辑:程序博客网 时间:2024/05/16 17:09

How to merge a repo you have forked

https://help.github.com/articles/configuring-a-remote-for-a-fork/

https://help.github.com/articles/syncing-a-fork/


how to merge conflict

https://help.github.com/articles/resolving-a-merge-conflict-from-the-command-line/


how to revert all uncommitted changes

http://stackoverflow.com/questions/14075581/git-undo-all-uncommitted-changes

git resetgit checkout .git clean -fdx


0 0
原创粉丝点击