Greeting, i am really new to github. My lecturer send me a php project in github. He ask me to edit and send the project URL to him. i don't know how to do it without he know that i am edit it. I don't want that he notice while i edit :D. I hope there is anyone to guide me. Thanks a lot. I cannot ask my lecturer this question because he ask us to try by own.
1条回答 默认 最新
- duanduji2986 2018-12-03 11:05关注
At first read about git basics: http://rogerdudler.github.io/git-guide/
At second watch this: https://desktop.github.com/ (help page: https://help.github.com/desktop/guides/), this is GUI wrapper over git. If you terrified of the terminal, use this.
Full way: Clone repo -> Switch to the new branch -> Make some changes (edit file for example) -> Commit this changes -> Push changes to new branch -> Checkout back to master branch -> Merge your new branch to master -> Push -> ??? -> Done
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报