Category: Github

22
Aug
2022

Git Advanced Learning:

Course link: https://www.linkedin.com/learning/git-branches-merges-and-remotes/format-the-commit-log?u=103775466 #Navigate the commit tree Tree-ish architecture SHA-1 hash HEAD pointer reference .git/HEAD .git/refs/heads/master Branch…

10
Nov
2019

Github in Ubuntu

    git push -u origin master  

30
Oct
2016

Github Code Embed

Gist https://wordpress.org/plugins/oembed-gist/

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…