You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ or
33
33
34
34
# Git branches
35
35
36
-
Commit and push changes on BHD2023 or a personal sub-branch from there. When you are sure about your changes, push them to BHD2023 and open a pull request.
36
+
Commit and push changes on BHD2025 or a personal sub-branch from there. When you are sure about your changes, push them to BHD2025 and open a pull request.
37
37
38
38
**NOTE: remember to run pull before working locally**
39
39
40
-
- Changing to BHD2023 branch
40
+
- Changing to BHD2025 branch
41
41
42
-
'git checkout BHD2023'
42
+
'git checkout BHD2025'
43
43
44
-
- Creating your sub-branch from BHD2023
44
+
- Creating your sub-branch from BHD2025
45
45
46
46
'git checkout -b YourAmazingSubbranch'
47
47
@@ -63,13 +63,13 @@ or to add all (not recommended)
63
63
64
64
- Push changes from locall to repo
65
65
66
-
'git push -u origin BHD2023'
66
+
'git push -u origin BHD2025'
67
67
68
68
- Merging with master (only if you know what you are doing)
69
69
70
70
'git checkout master'
71
71
72
-
'git merge BHD2023'
72
+
'git merge BHD2025'
73
73
74
74
- You could also push your commit to a specific branch intead of merging and without checkout master. Then you merge from the website GUI
75
75
@@ -93,15 +93,15 @@ Within such folder you will find several html named after the section they stand
93
93
Portfolio projects are in '/_posts'
94
94
95
95
You need to create a markdown for each post. The files must be named something like this:
0 commit comments