Skip to content

NaszvadiG/upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

|Create a new repository|

git clone https://gitlab.com/RezaPahlevi/content-approval.git

cd content-approval

touch README.md

git add README.md

git commit -m "add README"

git push -u origin master

|Existing folder|

cd existing_folder

git init

git remote add origin https://gitlab.com/RezaPahlevi/content-approval.git

git add .

git commit.

git push -u origin master

|Existing Git repository|

cd existing_repo

git remote add origin https://gitlab.com/RezaPahlevi/content-approval.git

git push -u origin --all

git push -u origin --tags

About

Backup repo for back office

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.0%
  • JavaScript 29.5%
  • CSS 11.3%
  • HTML 0.2%