summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile36
1 files changed, 1 insertions, 35 deletions
diff --git a/Makefile b/Makefile
index 0aa66dd..f2a4b9c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,8 @@ info: install
@echo "make restart # remove the repos.pb file"
@echo "make private # only the private ones"
@echo "make mine # just show my repos"
- @echo "make all # show all repos"
@echo "make pull # run git pull on every repo"
@echo "make dirty # CheckDirty()"
- @echo "make user # git checkout user"
- @echo "make master # git checkout master"
- # forge
vet:
@GO111MODULE=off go vet
@@ -37,33 +33,12 @@ gocui: install
private: install
forge list --private
-fix: install
- forge --fix list --all
-
-list-all: install
- forge list --all
-
-git-reset: install
- forge --do-git-reset list --all
-
-readonly: install
- forge --list list --readonly
-
-config: install
- forge config
-
-scan: install
- forge do --scan
-
-pull: install
+pull-mine: install
forge pull --mine
mine: install
forge list --mine
-all: install
- forge list --all
-
patches-make: install
forge --patchset "from makefile 2"
@@ -83,12 +58,3 @@ restart:
reset
-rm ~/go/src/repos.pb
make private
-
-user: install
- forge user
-
-devel: install
- forge devel --all
-
-master: install
- forge master --all