git basic command tutorial

#Initialize Repo
cd my_awesome_project
git init
#NOTE:you need to setup your global (--global) or project user
git config --global user.name POG
git config --global user.email [email protected]
#Create a README.md and .gitignore file then stage all changes
git add .
#Commit them
git commit -m "Create REAME and gitignore"

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to use the git command line basic git commands for beginners git basics commands how to use git using command line how does git work in command line git basics command how to use command line git git basic commands with examples git basics command line git tutoruals basic git commands git basic command git guide command line git tutorial\ how to use the git command git tutorial basico git command line terminal tutorial git terminal basic commands git basic commad git simple commands git from command line tutorial git example tutorial git cli tutorial git commands tutorial for beginners git bash tutorial learn git commands on git or in git git command tutorial online how to use git command git basics tutorial git basic commands git command basics basic git tutorial basic git command command line git basics git tutorial how to use git on command line git basic commands for beginners into to git commandline best git tutorials git tutorial for beginners all git commands tutorial git command example working with git in terminal git tutorial and commands git guide command line git understanding git cli learn command line github git tutorial command line git commands tutorials git cli note commands git syntax how to use git command line how to use git with command line git basic tutorial git manual git using git command line basics git basics git command tutorial git version control commands steps command line git how to use git git operations and commands git command master syntax git working with git CLI git version commands wokring with git commands git commands tutorial simple git commands git command line using git git introduction tutorial git commit -m git command line tutorial git command line tutorials git tutorial git basic command tutorial
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source