PushDefault defines the action git push should take if no refspec is given. See: https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault
| 505 | // PushDefault defines the action git push should take if no refspec is given. |
| 506 | // See: https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault |
| 507 | type PushDefault string |
| 508 | |
| 509 | const ( |
| 510 | PushDefaultNothing PushDefault = "nothing" |