Guest User

Untitled

a guest
Feb 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 1. Created a branch (lets say branch9).
  2. 2. Added a new file, then git add , git commit.
  3. 3. I didn't merged it with master "git merge master"
  4. 4. Instead I used this cmd "git push origin master" (so pushing the contents directly to master instead of pushing it to branch9)
  5. 5. I see some weird things. I created a pull request from GITHUB and merged the files to master but after few mins the merge disappears.
Add Comment
Please, Sign In to add comment