parent
e9ac4d7f13
commit
70d4d1967e
@ -1,21 +1,21 @@ |
||||
{ |
||||
"git.push": "push", |
||||
"git.pull": "pull", |
||||
"git.commit": "commit", |
||||
"git.sync": "sync", |
||||
"git.syncchanges": "sync changes", |
||||
"git.publish": "publish", |
||||
"git.ignore": "ignore", |
||||
"git.createBranch": "create branch", |
||||
"git.deleteBranch": "delete branch", |
||||
"git.mergeBranch": "merge branch", |
||||
"git.rebaseBranch": "rebase branch", |
||||
"git.checkout": "checkout", |
||||
"git.fetch": "fetch", |
||||
"git.refresh": "refresh", |
||||
"git.unstageall": "unstage all", |
||||
"git.stageall": "stage all", |
||||
"git.noremote": "this repo has no remotes", |
||||
"git.push": "Push", |
||||
"git.pull": "Pull", |
||||
"git.commit": "Commit", |
||||
"git.sync": "Sync", |
||||
"git.syncchanges": "Sync changes", |
||||
"git.publish": "Publish", |
||||
"git.ignore": "Ignore", |
||||
"git.createBranch": "Create branch", |
||||
"git.deleteBranch": "Delete branch", |
||||
"git.mergeBranch": "Merge branch", |
||||
"git.rebaseBranch": "Rebase branch", |
||||
"git.checkout": "Checkout", |
||||
"git.fetch": "Fetch", |
||||
"git.refresh": "Refresh", |
||||
"git.unstageall": "Unstage all", |
||||
"git.stageall": "Stage all", |
||||
"git.noremote": "This repo has no remotes", |
||||
"git.init": "Initialize repository", |
||||
"git.setup": "Setup git" |
||||
} |
Loading…
Reference in new issue