Skip to content

Commit 7a8a59b

Browse files
authored
Merge pull request #81 from apinanyogaratnam/patch-1
feat: update git username
2 parents 34e0a8b + 1dcd45c commit 7a8a59b

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 username for git
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)