Skip to content

Commit

Permalink
added gitlab remote
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed Aug 8, 2019
1 parent 171a7b1 commit 0f51fab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/add_remotes.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
set -e

git remote add github "[email protected]:andrew-aladev/lzws.git" || true
git remote add bitbucket "[email protected]:andrew-aladev/lzws.git" || true
git remote add github "[email protected]:andrew-aladev/lzws.git" || true
git remote add bitbucket "[email protected]:andrew-aladev/lzws.git" || true
git remote add gitlab "[email protected]:andrew-aladev/lzws.git" || true

0 comments on commit 0f51fab

Please sign in to comment.