Tag: git commands in easy way

27
Dec
2015

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…