0.0.15 • Published 11 months ago

@folkforms/git-config v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Git Config

Git commands

git config --global alias.amend "commit --amend --no-edit"
git config --global alias.ap "add --patch"
git config --global alias.cb "checkout -b"
git config --global alias.ck "checkout --"
git config --global alias.db "branch --delete"
git config --global alias.diffns "diff --name-status"
git config --global alias.gl "log --all --decorate --oneline --graph -10"
git config --global alias.gl2 "log --decorate --oneline --graph -10"
git config --global alias.signed "log -s --show-signature -1"
git config --global alias.st "status --short"

Git SSH

@echo off
call "C:\Program Files\Git\cmd\start-ssh-agent.cmd"
cd /d <starting dir>
0.0.12

1 year ago

0.0.13

12 months ago

0.0.14

12 months ago

0.0.15

11 months ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago