nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

Just do these commands in your terminal: #6445

Open Barrey opened 5 years ago

Barrey commented 5 years ago

Just do these commands in your terminal:

git status
git add .
git status
git commit -m 'Commit typechanges'

It works well for me ;)

Originally posted by @Lapinou42 in https://github.com/nvie/gitflow/issues/81#issuecomment-229686124