Skip to content

athreyapatel/chaincreator-verzeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAINCREATOR - VERZEO

Hey guys, if you are wondering how to use git

Download gitbash/ github desktop first

I will let you know how to work further

Link to Master Branch page

From gitbasics repo

Git Basics

To create repository

Repository is the place(folder) where you update changes and store files.

git init

To clone the repository

Open gitbash/ terminal

git clone >url<

To stage changes

All changes

git add .

Some directory

git add >directory<

To commit

git commit -m "message"

Git Branches

To list branch

git branch

To create and checkout to branch

git checkout -b >branchname<

About

Verzeo Major Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published