Get the mouse pointer position by Imports System.Windows.Forms
and assign the Cursor.Position.ToString() to any control you wish to :)
and assign the Cursor.Position.ToString() to any control you wish to :)
// global settings
$ git config --global user.name "FirstName LastName"
$ git config --global user.email "user@example.com"
or// for a specific project
$ git config user.name "FirstName LastName"
$ git config user.email "user@example.com"