Git, Create A Branch And Publish To Remote

Create your own local branch and remote publish

  1. git checkout -b my_branch_name --no-track origin/master
  2. make and commit changes
  3. git push -u origin my_branch_name

Comments

Popular posts from this blog

FFMPEG Deinterlacing Modes

Remote debugging with GDB and GDBServer on Alpine and Visual Studio Code

Build FFMPEG for Windows Using Visual Studio Toolchain