Bladeren bron

update git alias.st

pull/1/head
10sr 12 jaren geleden
bovenliggende
commit
52b014853d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Bestand weergeven

@@ -281,7 +281,7 @@ _my_git_config(){
git config --global status.relativePaths false
git config --global status.showUntrackedFiles normal
git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso"
git config --global alias.st "status -s"
git config --global alias.st "status -s -b"
git config --global alias.b "branch"
git config --global alias.ci "commit --verbose"
git config --global alias.co "checkout"


Laden…
Annuleren
Opslaan