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

Related questions

0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
...