Skip to content

JosiahAquino/itwd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ITWD - Web Design

Chat at Gitter

###Table of Contents

Git

Create GitHub Page

Create GitHub Page

Add a file

To add a file:

git add <filename>

Repeat this until you have added all the files that you want to add.

If you want to add all files:

git add *

Commit the file:

git commit -m "<short description of what you've done>"

Push the file:

git pull origin master
git push origin master

Edit a file

Edit a file

Add the file:

git add <filename>

Commit the file:

git commit -m "<short description of what you've done>"

Push the file:

git pull origin master
git push origin master

Delete a file

Delete a file

Add the file:

git add <filename>

Commit the file:

git commit -m "<short description of what you've done>"

Push the file:

git pull origin master
git push origin master

About

Repository for the Web Design subject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors