We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git add <...> git add -A (equiv to add . & add -u) git add -u <...> (for tracked changes) git add . (for untracked, i.e. new) git commit -m "comment" git push https://github.com/illyfrancis/scribble.git master git checkout . (to ignore local changes)
There was an error while loading. Please reload this page.