Aman Kumar

> GitConfig

Updated: 2025-10-22 | Created: 2025-10-20
# to be put in .gitconfig file in root folder
[alias]
	ls = log --oneline
	currb = branch --show-current
	upd = "!git fetch origin $1:$1"
	stt = "status -uno"
	bcas = "switch -c"