Skip to content

Commit e027a33

Browse files
committed
added steps for creating a new github repo
1 parent fdf6502 commit e027a33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Git helper methods
22

33
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>
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>

0 commit comments

Comments
 (0)