There was an error while loading. Please reload this page.
1 parent fdf6502 commit e027a33Copy full SHA for e027a33
README.md
@@ -1,8 +1,8 @@
1
## Git helper methods
2
3
Starting a new project
4
- git init
5
- git add .
6
- git commit -m "\<your-commit-message\>"
7
- git branch -M main
8
- git remote add origin https://github.com/<your-github-username>/<repository-name.git>
+> git init
+> git add .
+> git commit -m "\<your-commit-message\>"
+> git branch -M main
+> git remote add origin https://github.com/<your-github-username\>/<repository-name.git>
0 commit comments