Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nvahalik
on Aug 5, 2018
|
parent
|
context
|
favorite
| on:
Show HN: I made a tool that made me faster at Git
This looks super neat. Will try it out. Although I’m a sourcetree user... lately `git add -i` has changed how I use got massively.
grimgrin
on Aug 5, 2018
[–]
got add -p is pretty nice too
then got commit -v to verify the hunks
nvahalik
on Aug 5, 2018
|
parent
|
next
[–]
Dang. So git add -p basically just skips straight to the patch portion and then -v adds a diff to the bottom of the commit message file so you can review it. Nice!
greenhatman
on Aug 5, 2018
|
root
|
parent
|
next
[–]
It doesn't seem to pick up new files.
rasapetter
on Aug 5, 2018
|
root
|
parent
|
next
[–]
It can, if you first do: git add --intent-to-add <filename>
andrewshadura
on Aug 5, 2018
|
root
|
parent
|
next
[–]
Try git-crecord, you won't miss git add -p.
grimgrin
on Aug 6, 2018
|
parent
|
prev
[–]
it should be clear i was too out of it to not notice s/got/git
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: