File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -47,26 +47,26 @@ Commit and push changes on BHD2025 or a personal sub-branch from there. When you
4747
4848** NOTE: remember to run pull before working locally**
4949
50- - Changing to BHD2025 branch
50+ - Changing to BHD2025 branch
5151
5252
5353 git checkout BHD2025
5454
5555
56- - Creating your sub-branch from BHD2025
56+ - Creating your sub-branch from BHD2025
5757
5858
5959 git checkout -b YourAmazingSubbranch
6060
6161
62- - Checking the status of the current branch
62+ - Checking the status of the current branch
6363
6464
6565 git status
6666
6767
6868- Adding untracked changes
69-
69+
7070
7171 git add filename1
7272
@@ -77,23 +77,22 @@ or to add all (not recommended)
7777 git add .
7878
7979
80- - Commit changes
81-
80+ - Commit changes
81+
8282
8383 git commit -m "Your message explaining your commited work"
8484
8585
86- - Push changes from locall to repo
87-
86+ - Push changes from locall to repo
87+
8888
8989 git push -u origin BHD2025
9090
9191
9292- Merging with master (only if you know what you are doing)
93-
93+
9494
9595 git checkout master
96-
9796
9897
9998 git merge BHD2025
You can’t perform that action at this time.
0 commit comments