Skip to content

ProjectIdeas/Connect-Creatives

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init dir and git
cd ~/Dropbox/Christine-Wilson/Websites/connectcreatives.com
git init

Add file
git add new_file_here
git add -u
git add -a

Commit file
git commit -m "commit-name" 

Push to server
git remote add origin git@github.com:cj3wilso/Connect-Creatives.git
git push origin master


----------------------------------------------------------------
EXTRA INFO

Current directory for project:
cd ~/Dropbox/Christine-Wilson/Websites/connectcreatives.com

Change repository URL:
git remote set-url origin git@github.com:cj3wilso/Connect-Creatives.git

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 97.7%
  • JavaScript 2.3%