Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Update and init script adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Wade committed Aug 15, 2021
1 parent 9f2fe3d commit e1ce0f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

git fetch --all
git checkout main
git pull origin main
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

git reset HEAD --hard
git checkout main
git pull origin main

0 comments on commit e1ce0f7

Please sign in to comment.