0 votes
in GitHub by
What's a shortcut to staging all the changes you have?

a) git commit add .

b) git commit .

c) git add .

d) git push -am "Message"
...