How to stage specific lines (not the whole file) using terminal?
git add -e <file-name>Useful git log flags to try:
git log --oneline
git log --all --graph # very useful when checking out a commit to work based on itHow to stage specific lines (not the whole file) using terminal?
git add -e <file-name>Useful git log flags to try:
git log --oneline
git log --all --graph # very useful when checking out a commit to work based on it