Skip to content

Commit

Permalink
Update acquire-repository documentation
Browse files Browse the repository at this point in the history
The documentation is obsolete as there was an incorrect setup of quality
pipeline. This change makes documentation up to date.
  • Loading branch information
extsoft committed Sep 15, 2019
1 parent a3377fc commit 2bbbc0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,10 @@ git config --local core.commentChar |
git config --local apply.whitespace fix
# Aliasing Elegant Git commands by making them available as Git commands
git config --local "alias.<command>" "elegant <command>"
# Keeping up-to-date branches
# Keep remote-tracking references up-to-date
git config --local fetch.prune true
# Don't prune tags by default
git config --local fetch.pruneTags false
# Rebase local changes while puling remotes refs
git config --local fetch.prune true
git config --local fetch.pruneTags
# Line ending configuration
## on MAC or Linux
git config --local core.autocrlf input
Expand Down

0 comments on commit 2bbbc0b

Please sign in to comment.