Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 64 Bytes

git_tutorials_merge_branch_with_cli.md

File metadata and controls

3 lines (3 loc) · 64 Bytes
  • git co master
  • git merge --ff-only {featurebranch}
  • git push