Skip to content

Commit 7aa8808

Browse files
committed
updated BHD year
1 parent 4ec07a6 commit 7aa8808

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ or
3333

3434
# Git branches
3535

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.
3737

3838
**NOTE: remember to run pull before working locally**
3939

40-
- Changing to BHD2023 branch
40+
- Changing to BHD2025 branch
4141

42-
'git checkout BHD2023'
42+
'git checkout BHD2025'
4343

44-
- Creating your sub-branch from BHD2023
44+
- Creating your sub-branch from BHD2025
4545

4646
'git checkout -b YourAmazingSubbranch'
4747

@@ -63,13 +63,13 @@ or to add all (not recommended)
6363

6464
- Push changes from locall to repo
6565

66-
'git push -u origin BHD2023'
66+
'git push -u origin BHD2025'
6767

6868
- Merging with master (only if you know what you are doing)
6969

7070
'git checkout master'
7171

72-
'git merge BHD2023'
72+
'git merge BHD2025'
7373

7474
- You could also push your commit to a specific branch intead of merging and without checkout master. Then you merge from the website GUI
7575

@@ -93,15 +93,15 @@ Within such folder you will find several html named after the section they stand
9393
Portfolio projects are in '/_posts'
9494

9595
You need to create a markdown for each post. The files must be named something like this:
96-
yyyy-mm-dd-project-n.markdown , i.e., 2023-01-01-project-1.markdown
96+
yyyy-mm-dd-project-n.markdown , i.e., 2025-01-01-project-1.markdown
9797

9898
Images are in /img/portfolio'
9999

100100
### Images
101101

102102
Images are in 'your/system/path/brainhack-donostia.github.io/img'
103103

104-
Team subfolder contains the pictures of BHD 2023 team. Images are 620px*820px
104+
Team subfolder contains the pictures of BHD 2025 team. Images are 620px*820px
105105

106106
Portfolio subfolder contains the pictures to be displayed for the calendar and the talks section:
107107

0 commit comments

Comments
 (0)