git commands for code

1> git clone ssh://xxx.xxx.xxx.xx/pssnfs/gitrepo/sample

---another

git clone ssh://timing@135.252.218.195/export/timerepo/ptp

local public key copy to timing user 

2> git commit -a --amend

code changes and commit with last commitid

git commit --amend  

no code changes and commit with last commitid

3> $ git tag
1.0-190627-1561645587
1.0-190628-1561731997

4> git reset 

reset to HEAD (^) last version

git reset --hard HEAD^

git reset --hard 1.0-200205-1580913614

reset to fixed version

5> git show 70f732c86:./file.cc

6> git log -p <file>

Show changes over time for a specific file

7>  show commit logs of 1 file or all files

git log --oneline xxx.cc 

git log --oneline       

8> pull rebase and push

git pull --rebase
git push        

8>show what revision and author last modified each line of a file 

git-blame 

$ git branch -D master

b 为本地

git checkout -b r2.0_pre-integration  origin/r2.0_pre-integration 
branch "r2.0_pre-integration"]
        remote = origin
        merge = refs/heads/r2.0_pre-integration

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值