Skip to content

pera-dev/project-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

Demo Project

This is Demo Project for understanding basic github for teams

Github Pages

Preview this web page in browser

Some useful Git commands

Start a Local git repository/repo

git init

Clone a remote repo [ Download ]

git clone https://github.com/PeraCS/project-demo

Create branch

git checkout -b branch-name

Switch to a branch

git checkout branch
  • Note without -b it will switch to a existing branch

Delete a branch

git branch -d branch-name

Useful commands ro sync with remote repo

Updates current working branch with latest commits from remote repo

git pull
  • Uses this everytime you started working

Uploads your local branch commits to remote

git push
  • Before you do that you need add your remote repo using following command

    git add origin https://github.com/PeraCS/project-demo

About

A sample github project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages