Skip to content

dvaneson/Frupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frupal

Pushing code to the master branch

git add -A
git commit -m "The feature I added"
git push -u origin master

This will

  1. Stage all the changed files
  2. Commit the staged files for pushing
  3. Push the changes to the repository

Getting the latest code from master

git pull origin master

Assuming you have no merge conflicts, this will give you the latest code from the master branch

Information for each service:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published