• Home
  • Categories
    • Programming
    • WordPress
    • Website
  • Services
    • Website Designing
    • Web Development
    • Website Maintenance
    • Web Hosting
    • Domain Registration
  • Contact Us
Webolute Blog
Learn with us
Tag: github
 

Menu

Skip to content
  • Home
  • Categories
    • Programming
    • WordPress
    • Website
  • Services
    • Website Designing
    • Web Development
    • Website Maintenance
    • Web Hosting
    • Domain Registration
  • Contact Us

Recent Posts

  • 5 Must Use WordPress Plugins to create custom theme
  • How to vertically center align div or text using css
  • How to reset the password of Email Id created through cPanel
  • How to access cPanel Emails through web browser
  • How to create an On-Scroll fixed navigation bar using JQuery & CSS
dCodified - The Simplified Coding

Learn coding with me. Subscribe to dCodified on Youtube.

Powered by Verbosa & WordPress.

Tag: github

Git basic commands – init, add, commit, push

May 15, 2019 Programming

Git is an amazing version control system. Here are few basic commands that you need to start any git project. git init git init is used to create a new repository. If you have a local project folder in your system, then git init command will make the project as …

Continue reading