DEV Community

Discussion on: How do you commit in GitHub ?

Collapse
 
revskill10 profile image
Truong Hoang Dung • Edited
  • Create a useless branch
  • Accidentally make it useful
  • Really commit to merge the branch to remote master
  • Keep calm and merge the pull request to master
  • Revert the branch
  • Remove the repo
  • Repeat.
Collapse
 
nazimboudeffa profile image
Nazim Boudeffa • Edited

What I notice is :

  • Create a branch

I understand that you don't work directly on a master branch

  • Remove the repo

I understand that you don't use that functionality of pulling a remote repo

Can you explain those two points a little bit more please @revskill10

Collapse
 
revskill10 profile image
Truong Hoang Dung

It's just a funny way to hack on your ideas until it works, then you remove the repo and re-create it with your refined idea ;)

Thread Thread
 
nazimboudeffa profile image
Nazim Boudeffa • Edited

Intresting gonna think about it, thank you for the reply