Skip to content

Commit

Permalink
Update devonfw-ide-contribution-getting-started.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Nov 10, 2022
1 parent c08b8a7 commit 1bda786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Now you can do the changes, improvements, and fixes.
Once they are tested and seem to work, you can commit them (`git commit -m "#«issue-id»: «description»"`).
If some days have passed meanwhile you should merge changes that meanwhile happened on the offical `ide` repo:
```
git pull upstream/master
git pull upstream master
```
Once you are complete and everything is merged and comitted, you can push your local feature branch and make it a remote branch of your fork on github:
```
Expand Down

0 comments on commit 1bda786

Please sign in to comment.