Sfoglia il codice sorgente

Mention the magic of a rebase in the CONTRIBUTING file

Smarticles101 9 anni fa
parent
commit
8630902c97
No account linked to committer's email
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      CONTRIBUTING.md

+ 2
- 0
CONTRIBUTING.md Vedi File

@@ -27,6 +27,8 @@ Before opening your pull request, please review the track policies linked below
27 27
 - [Ignore noninitial tests](https://github.com/exercism/java/blob/master/POLICIES.md#ignore-noninitial-tests)
28 28
 - [Multiple file submissions](https://github.com/exercism/java/blob/master/POLICIES.md#multiple-file-submissions)
29 29
 
30
+One last thing to note before you get started. When you fork the repository and you want to sync your fork, you can perform a [`git rebase`](https://git-scm.com/docs/git-rebase). This is preferred over merging the changes because merging leads to a dirty commit history whereas performing a rebase adds in those changes without making extra commit messages. However, this is only preferred, so don't worry about it too much.
31
+
30 32
 ## Contributing With Minimal Setup
31 33
 
32 34
 First things first: by contributing to Exercism, you are making this learning tool that much better and improving our industry as a whole... thank you!!!