Changing displayname only on Workspaces
-
On Workspaces, my display name is the same as here on CodeProject (the red bold italic name). But, to setup Git, I need to use the
git config
command, and it looks like this:git config --global user.name " ProgramFOX"
But yes, it's confusing how I should write this command actually. So, is it possible to change my name to ProgramFOX without styles, but only on Workspaces? Thanks in advance.
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Group -
On Workspaces, my display name is the same as here on CodeProject (the red bold italic name). But, to setup Git, I need to use the
git config
command, and it looks like this:git config --global user.name " ProgramFOX"
But yes, it's confusing how I should write this command actually. So, is it possible to change my name to ProgramFOX without styles, but only on Workspaces? Thanks in advance.
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers GroupNot at this moment, unfortunately. The usernames are global for our whole ecosystem.
-
On Workspaces, my display name is the same as here on CodeProject (the red bold italic name). But, to setup Git, I need to use the
git config
command, and it looks like this:git config --global user.name " ProgramFOX"
But yes, it's confusing how I should write this command actually. So, is it possible to change my name to ProgramFOX without styles, but only on Workspaces? Thanks in advance.
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Groupgit config --global user.name ProgramFOX
In you profile page - just under you reddish logo - there is the user name starting with @...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
-
Not at this moment, unfortunately. The usernames are global for our whole ecosystem.
So, how can I setup it? Do I just have to replace the styled name with ProgramFOX without styles, or do I need to use the HTML code as argument to
git config
?The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Group