We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022ef9b commit 497eb37Copy full SHA for 497eb37
1 file changed
specs/git/update_git_username.yaml
@@ -0,0 +1,14 @@
1
+---
2
+name: Change username of git
3
+command: "git config --global user.name '{{username}}'"
4
+tags:
5
+ - git
6
+description: Sets the URL for a remote git repository to a new URL
7
+arguments:
8
+ - name: username
9
+ description: The new username git should use
10
+ default_value: ~
11
+source_url: "https://stackoverflow.com/questions/22844806/how-to-change-my-git-username-in-terminal"
12
+author: Orils
13
+author_url: "https://stackoverflow.com/users/2817112/oriol"
14
+shells: []
0 commit comments