Git Expression Expression

I am trying to get started with git, and am using the Git GUI. I have my pre-written code generated by a repo in its directory, but can't push as there are no branches. When I try to do this, he wants "Revision Expression". I do not know what is this.

+3


source to share


1 answer


You push to the remote repository.

What you want to do is git add

and git commit

.



I suggest you work with help git school

to learn the basics.

+2


source







All Articles