Skip to content

Commit

Permalink
Various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jul 21, 2020
1 parent f7026e5 commit 1f36832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo-as-template/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ fi

remoteRepo=$1

function rmTemplateReadme() {
git rm -f "$rootDir/README.md" && git commit -m "Remove template README.md"
function moveTemplateReadme() {
mv -v "$rootDir/README.md" "$rootDir/README-template.md" && git add . && git commit -m "README.md -> README-template.md"
}

function pullRemote() {
Expand Down

0 comments on commit 1f36832

Please sign in to comment.