deleted 14 characters in body
Source Link
Anant Kumar Singh
  • 67.1k
  • 10
  • 47
  • 89

I use the following in my Bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname

I use the following in my Bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname

I use the following in my Bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname
Added some context.
Source Link
Peter Mortensen
  • 29k
  • 21
  • 97
  • 124

I use the following in my bashBash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname

I use the following in my bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname

I use the following in my Bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname
Formatting
Source Link
Amal Murali
  • 71.8k
  • 17
  • 122
  • 141

I use the following in my bash settings:

alias git-shoot="git push origin --delete"

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname

git-shoot branchname

I use the following in my bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname

I use the following in my bash settings:

alias git-shoot="git push origin --delete"

Then you can call:

git-shoot branchname
Source Link
crizCraig
  • 7.5k
  • 4
  • 48
  • 52
Loading