There was an error while loading. Please reload this page.
1 parent e027a33 commit d5f5ec2Copy full SHA for d5f5ec2
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