-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for git pull #186
base: master
Are you sure you want to change the base?
Conversation
Hmm is this complete? Did you happen to forget to push changes perhaps? |
I thought as long as the changes were in the commit message from this conversation and I did the pull request everything would be working properly because I pushed the changes to my branch for the website. |
Also the actual changes I wanted were in the second commit because I didn't mean to commit an entirely new file for the documentation so I decided to delete that file from the pull request. |
So you seem to have also sent a commit to delete your changes. For the assignment you should describe what git pull is (what it does? examples of how to use it) and cover some of the various flags that can be useful with git pull (ex: --rebase, pulling from branches or setting the default branch to origin/master). Going through the man page for git pull should give more ideas about useful flags. Please try to get this done before 12/19/2019. |
I think that these changes should work well for what you asked me to change. Also I deleted the file because before I had the actual git file changed and a separate file for git pull so instead I deleted the separate file and put the git pull documentation under git. |
Advanced HW 5 submission
Closes #[166]
Name: [Bailey Bush]
Uniqname: [bailbush]
Description of Changes
Added documentation for how git pull functions.