Skip to content

codeorafk/Bkgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

if you don't know how to pull git, run your powershell following these step:

git clone https://github.com/codeorafk/cnpm.git 

Now, all file in your root directory

To make new branch for you, run your powershell following these step:

git branch <name_branch>

git checkout <name_branch>

git push --set-upstream origin <name_branch>