you are viewing a single comment's thread
view the rest of the comments
[–] 37 points 2 years ago (3 children)

Slight correction. In case of fire:

Git checkout -b firemyusername Git commit -am="fire" Git push.

We don't want to have conflicts with code versions when going in on a rush, better to create a new branch. We can merge all the conflicts afterwards.

  • source
  • hideshow 6 child comments
  • [–] 2 points 2 years ago (1 child)

    Isn't that what git stash is for though?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago* (1 child)

    Gonna need some semicolons or double ampersand in there

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    Nah, what I need is doble new lines of code blocks since this is markdown and it fucked the display.

  • source
  • parent
  • hideshow 2 child comments