0 votes
in GitHub by

How do you save the current state of your code into the git version control?

a) By committing the staged changes with git commit

b) By adding all changes and staging them with git stage

c) By adding all changes and staging them with git add

d) By creating a new commit with git init

...