Skip to content

Commit 497eb37

Browse files
feat: update git username
1 parent 022ef9b commit 497eb37

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

specs/git/update_git_username.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)