Category: git

22
Aug
2022

Git Advanced Learning:

#Navigate the commit tree Tree-ish architecture SHA-1 hash HEAD pointer reference .git/HEAD .git/refs/heads/master Branch referenceTag referenceAncestry Some…

22
Jan
2022

git 2022

10
Nov
2019

Github in Ubuntu

    git push -u origin master  

29
Dec
2015

To push in github

First we have to make the system to push: From windows you can use git bash or…

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…