Git相关操作

git remote add debug user@host:~/filepath branch    增加源

git remote rm debug 删除源

git pull user@host:~/filepath branch  OR git pull debug branch 更新代码

git push user@host:~/filepath mybranch:branch OR git push debugmybranch:branch PUSH代码,红字部分为本地分支,branch为远程分支,红色部分很重要,不然会报错

目前还不会会滚,晚上继续研究

今天背5个单词:

abide 遵守 everyone must abide the law~

abolish 废除 

absent 协调的 (错误!正确解释:缺席的,不在的,缺乏的 eg:Why is that he was absent?

absorption 吸收,全神贯注,合并

abstract 绝对的,抽象 abstract class 抽象类么~

你可能感兴趣的:(Git相关操作)