P
P
pups5klass2020-09-11 10:36:29
git
pups5klass, 2020-09-11 10:36:29

What does this command git commit -m "firts commit" do?

What does this command git commit -m "firts commit" do? It is best to explain in simple terms.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Steppp, 2020-09-11
@pups5klass

git commit -m "Name of your commit"
i.e. you add files git add .
Then you describe that you changed git commit -m "Project start"
and send everything to github git push origin master

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question