Skip to content
help@webtotools.com
WEB TO TOOLS
  • Home
  • LANGUAGES
    • JqueryJquery
    • PHPPHP
  • Cms
    • WordPressWordPress Description
  • Frameworks
    • LaravelLaravel Description
  • How To
  • Databases
    • MySqlMySql Descriptor
    • MongoDBMongoDB description
  • SERVERS
    • Apache
    • Wamp
    • Xammp
  • VERSION CONTROL
    • Git
    • Git HubGit Hub
    • SvnSvn
  • Cloud Computing
    • AWSAWS Cloud computing services
      • AWS ServicesAWS provide multiple services

Git

  • Home
  • Git
Posted inGit VERSION CONTROL

Configure Git Globally on local system

After installing Git, you can also configure it - most importantly, you can set a username and email address that will be connected to all your code snapshots. To do so you need to run below commands git config --global user.name "your-username" git config --global user.email "your-email" you can learn…
Read More
Posted by By Rakesh kapoor October 28, 2022Posted inGit, VERSION CONTROLTags: ConfigureGit, Git, GitHub
Recent Posts
  • Git Hub Workflow Permissions – Issue
  • How to Install WAMP Server [2023]
  • Syntax error or access violation: 1071 Specified key was too long
  • Create Facebook (Meta) App
  • Why use composer dump-autoload
Categories
  • Apache
  • AWS
  • Cloud
  • Databases
  • Facebook
  • Frameworks
  • Git
  • Git Hub
  • LANGUAGES
  • Laravel
  • mongodb
  • PHP
  • PHP Deprecated Features
  • SERVERS
  • Uncategorized
  • VERSION CONTROL
  • Wamp
Copyright 2025 — WEB TO TOOLS. All rights reserved.
Scroll to Top