Add git rev parse to xclip
This commit is contained in:
parent
805c947064
commit
3db971caac
1 changed files with 7 additions and 0 deletions
|
@ -19,3 +19,10 @@ git checkout --track -b gniagnia origin/develop
|
||||||
```shell
|
```shell
|
||||||
git commit --ammend --no-edit
|
git commit --ammend --no-edit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Copy current HEAD sha sum to clipboard
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git rev-parse HEAD | xclip
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue