git
文章平均质量分 75
濯君
求知,内敛,有趣,勤静
展开
-
Using Github with Android Studio
Using Github with Android Studio Published by Michael Carrano on October 25, 2013 Google announced Android Studio at Google I/O but I have not started to use it until recently. Android Studio转载 2016-05-31 17:29:25 · 577 阅读 · 0 评论 -
android 使用 git上传文件到github
While the EGit plugin for Eclipse is a good option, an even better one would be to learn to use git bash -- i.e., git from the command line. It isn't terribly difficult to learn the very basics of git转载 2016-08-12 16:39:13 · 686 阅读 · 0 评论 -
git基本命令
1.git diff + filename 2.git log 3.git diff 查看修改情况 4.git reset filename 5.Git enables youto rewind to the part before you made the wrong turn and create a new destinyfor the project. Yo原创 2016-10-06 17:10:52 · 453 阅读 · 0 评论 -
git 给空仓库设置worktree
user@host:~$ cd barerepo #进入仓库 user@host:~/barerepo$ git config --bool core.bare false user@host:~/barerepo$ git config --path core.worktree /var/www/mywork 参考转载 2019-05-18 09:10:49 · 598 阅读 · 0 评论