2018年9月7日 星期五

GIT TIP

Q: Git push branch from one remote to another
 A: git push /:refs/heads/
     ex:  git push origin iisi/master:refs/heads/master

 REFS: https://stackoverflow.com/questions/7818927/git-push-branch-from-one-remote-to-another


Q: 使用git clean清除未加入版控的資料

A:  git clean -xdf


How can I see what branch another branch was forked from?

Q: How can I see what branch another branch was forked from?

A: https://stackoverflow.com/questions/4803492/how-can-i-see-what-branch-another-branch-was-forked-from

0 回應: