Git commands in easy way

http://rogerdudler.github.io/git-guide/

https://developers.openshift.com/en/getting-started-windows.html#client-tools

Some steps are shown here
to clone:

C:\> git clone <git_url> <directory to create>

Submitting changes

C:\> git add .
C:\> git commit -m "A change to my application"

Final submission

C:\> git push

 

It would be a great help, if you support by sharing :)
Author: zakilive

Leave a Reply

Your email address will not be published. Required fields are marked *