-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle non-standard remotes and urls (#22)
- Loading branch information
1 parent
e9b5e74
commit ee86799
Showing
6 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
remote origin url isn't set for this repo | ||
cannot find remote url for this repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
remote origin url isn't set for this repo | ||
remote url isn't set for this repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
tagged latest commit as 0.2.0 | ||
to push the latest tag use: git push origin 0.2.0 | ||
to push all local tags use: git push origin --tags | ||
to push the latest tag use: | ||
git push https://github.com/adamtabrams/change.git 0.2.0 | ||
to push all local tags use: | ||
git push https://github.com/adamtabrams/change.git --tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
tagged latest commit as v0.2.0 | ||
to push the latest tag use: git push origin v0.2.0 | ||
to push all local tags use: git push origin --tags | ||
to push the latest tag use: | ||
git push https://github.com/adamtabrams/change.git v0.2.0 | ||
to push all local tags use: | ||
git push https://github.com/adamtabrams/change.git --tags |