Skip to content

Commit

Permalink
Mention remote name when pushing code
Browse files Browse the repository at this point in the history
To avoid problems when pushing code
  • Loading branch information
pH-7 committed Jan 18, 2024
1 parent 1544c75 commit c0b4664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/pH7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function _cache-permissions() {
function _save-project-to-repo() {
git remote rm $1 # Remove remote name if it already exists
git remote add $1 $2
git push
git push $1
}

# Save repo on Internet Archive
Expand Down

0 comments on commit c0b4664

Please sign in to comment.