Skip to content

Commit 57f6134

Browse files
committed
tweaking BUILD instructions
1 parent a99b525 commit 57f6134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Preparation
3939

4040
doc/api/generate.py
4141
git diff doc/api
42-
git commit doc/api -m "Regenerated" # if needed
42+
git commit doc/api -m "Regenerated API docs" # if needed
4343

4444
3. Repository status
4545

4646
- Check that you have nothing left to commit, pull, or push::
4747

4848
git status
49-
git pull
49+
git pull --rebase
5050
git push
5151

5252
- Clean up::

0 commit comments

Comments
 (0)