「实习记录」git&arc相关记录

1 arc diff提交的内容不是和上次land后diff的内容,多半是没有git fetch或者git pull origin master
2 记得arc feature newbranch再做修改;
3 git reset不使用--hard可以缓存先有修改内容,例如可以git reset master再重新git commit,保持新branch上只有一个commit;
4 git stash缓存,git stash apply取回;
5 add多个文件,git add 1.txt 2.txt,用空格做间隔.

你可能感兴趣的:(「实习记录」git&arc相关记录)