Skip to content

Instantly share code, notes, and snippets.

@anbento0490
Created February 22, 2021 21:23
Show Gist options
  • Save anbento0490/f12cd11f52bab8b2ad96c9d4643bb149 to your computer and use it in GitHub Desktop.
Save anbento0490/f12cd11f52bab8b2ad96c9d4643bb149 to your computer and use it in GitHub Desktop.
$ git checkout master
Switched to branch ‘master’
$ git merge project1/add_commands
Updating b3088e3..cdb97d4
Fast-forward
git_commands.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
$ git branch -d project1/add_commandsD
eleted branch project1/add_commands (was cdb97d4).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment