Skip to content

Instantly share code, notes, and snippets.

View i-Khann's full-sized avatar

Nidal i-Khann

View GitHub Profile
@scootcho
scootcho / git commands.md
Last active April 11, 2024 03:53
git commands #git #commands

initialize git depository in the current directory

git init .

display the git remote/origin

cat .git/config
@davfre
davfre / git_cheat-sheet.md
Last active February 26, 2026 16:40
git commandline cheat-sheet