mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
bashrc & zshrc: add missing comment for git-squash
This commit is contained in:
parent
d123b88b84
commit
ed31e66bf3
@ -923,6 +923,7 @@ transmission-magnet () {
|
|||||||
transmission-remote -l -t $1 -i | grep magnet
|
transmission-remote -l -t $1 -i | grep magnet
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Merges the last $1 commits into one
|
||||||
git-squash () {
|
git-squash () {
|
||||||
git reset --soft HEAD~$1
|
git reset --soft HEAD~$1
|
||||||
git commit
|
git commit
|
||||||
|
1
rc/zshrc
1
rc/zshrc
@ -932,6 +932,7 @@ transmission-magnet () {
|
|||||||
transmission-remote -l -t $1 -i | grep magnet
|
transmission-remote -l -t $1 -i | grep magnet
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Merges the last $1 commits into one
|
||||||
git-squash () {
|
git-squash () {
|
||||||
git reset --soft HEAD~$1
|
git reset --soft HEAD~$1
|
||||||
git commit
|
git commit
|
||||||
|
Loading…
Reference in New Issue
Block a user