Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
`Git stage` over `Git add`
(
bhoot.dev
)
5 points
by
todsacerdoti
83 days ago
|
hide
|
past
|
favorite
|
2 comments
baobun
83 days ago
[–]
Counterpoint: 'git a' is a nice shorthand alias that you never have to think twice about. What do you shorten 'stage' to when 's' and 'st' are taken?
jbhoot
82 days ago
|
parent
[–]
True. I use a few (oversmart) aliases for most frequently used git commands:
alias gist='git status' alias stagit='git stage' alias gitcom='git commit' # also toying with comgit
For the rest, I just use the full commands to avoid accidents.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: