Category : Git Commands

8 posts

git Coding Villa
In most cases, it is simple to delete a Git branch. You’ll learn how to delete a Git brach locally and remotely in this article. TL;DR version When to Delete branches It is common for a Git repo to have different branches. They are a great way to work on different features and fixes while …
To use or do anything in Git, you need repositories, either on your local computer or one hosted on your GitHub, GitLab or bitbucket account. Do you wish to deploy these repositories on your live server via cPanel? Have you been using the manual method of downloading your repositories from GitHub, GitLab or Bitbucket, then …
git Coding Villa
Introduction For an introduction to Git and how to install, please refer to the introduction tutorial. This article will teach you how to use Git when you want to deploy your application. While there are many ways to use Git to deploy our application, this tutorial will focus on the one that is most straightforward. …
git Coding Villa
“Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.” Git allows you to keep track of your software at the source level. Before start using git, you have to install it to your system. In this guide, we will …
Github is the first choice when people think about creating an open source project and want to share it with the public. Github is also useful if you are developing a project and looking for a remote server to keep your project(you can create a private repository on GitHub). So in this guide, we will be …
When you do a pull request on a branch, you can continue to work on another branch and make another pull request on this other branch. Before creating a new branch, pull the changes from upstream. Your master needs to be up to date. $ git pull Create the branch on your local machine and …
Git Commands git config Usage: git config –global user.name “[name]” Usage: git config –global user.email “[email address]” This command sets the author name and email address respectively to be used with your commits. ———————————————————- git init Usage: git init [repository name] This command is used to start a new repository. ————————————————– git clone Usage: git …
git config Usage: git config –global user.name “[name]” Usage: git config –global user.email “[email address]” This command sets the author name and email address respectively to be used with your commits.
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email