We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f70afb commit d1d2106Copy full SHA for d1d2106
git/basics.md
@@ -0,0 +1,4 @@
1
+# Git Basics
2
+
3
+1. Initializing a git repo: `git init`
4
+2. Add an untracked file: `git add file`
0 commit comments