mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Update wikipage Code Templates. (Signed-off-by:javier).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1696 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -123,7 +123,7 @@ git pull upstream <dev-branch>
|
|||||||
== New Branch ==
|
== New Branch ==
|
||||||
Create a new topic branch (off the main project development branch) to contain your new code template
|
Create a new topic branch (off the main project development branch) to contain your new code template
|
||||||
<code>git checkout -b <topic-branch-name></code>
|
<code>git checkout -b <topic-branch-name></code>
|
||||||
Commit your changes in logical chunks. Before to commit double check [http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html Tim Pope's A Note About Git Commit Messages]
|
Commit your changes in logical chunks. Before to commit double check [http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html Tim Pope's A Note About Git Commit Messages].
|
||||||
Use Git's interactive rebase feature to tidy up your commits before making them public.
|
Use Git's interactive rebase feature to tidy up your commits before making them public.
|
||||||
|
|
||||||
Locally merge (or rebase) the upstream development branch into your topic branch:
|
Locally merge (or rebase) the upstream development branch into your topic branch:
|
||||||
|
|||||||
Reference in New Issue
Block a user