Skip to content

Instantly share code, notes, and snippets.

View i-Khann's full-sized avatar

Nidal i-Khann

View GitHub Profile
@i-Khann
i-Khann / git commands.md
Created July 25, 2018 01:52 — forked from scootcho/git commands.md
git commands #git #commands

initialize git depository in the current directory

git init .

display the git remote/origin

cat .git/config
@i-Khann
i-Khann / git_cheat-sheet.md
Created July 25, 2018 01:50 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet