Просмотр исходного кода

Mention the magic of a rebase in the CONTRIBUTING file

Smarticles101 9 лет назад
Родитель
Сommit
8630902c97
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      CONTRIBUTING.md

+ 2
- 0
CONTRIBUTING.md Просмотреть файл

27
 - [Ignore noninitial tests](https://github.com/exercism/java/blob/master/POLICIES.md#ignore-noninitial-tests)
27
 - [Ignore noninitial tests](https://github.com/exercism/java/blob/master/POLICIES.md#ignore-noninitial-tests)
28
 - [Multiple file submissions](https://github.com/exercism/java/blob/master/POLICIES.md#multiple-file-submissions)
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
 ## Contributing With Minimal Setup
32
 ## Contributing With Minimal Setup
31
 
33
 
32
 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!!!
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!!!