Skip to content

Instantly share code, notes, and snippets.

View subhransu's full-sized avatar
💻
Learning ↻ Breaking ↻ Making

Subhransu Behera subhransu

💻
Learning ↻ Breaking ↻ Making
View GitHub Profile
@subhransu
subhransu / .gitconfig
Created September 29, 2025 16:14
Git aliases for faster workflow
[alias]
co = checkout
cob = checkout -b
cm = commit -m
ca = commit --amend
s = status -sb
st = status
aa = add --all
ap = add -p
br = branch