Skip to content

mubeenzepto/git-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Resume (Online GitHub Page)

Onine GitHub Page for Resume

Install npm dependencies only.

npm install --only=prod

Basic npm commands.

npm init
npm update

Some basic Git commands are:

git init
git status
git add .
git add <fileName>
git commit -m "[commit message here]"

git remote rm origin
git remote add origin <URL>

git push -u origin master
git push --set-upstream origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published