Skip to content

thirst154/Activity_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activity Tracker Project

How to work on the project

VS Code

  • install VS Code Exentions

    • GitHub Repositories
    • Remote Repositories
  • goto the file tab in vs code and click clone repo.

Terminal

  • Make sure git is installed on your machine and login to the github website/

  • In Terminal / command line cd into directory where you want the code to be installed.

  • Download the project with git clone "https://github.com/thirst154/Activity_project"

  • Change branch with git branch -m [YOUR_BRANCH_NAME]. Give the branch a name such as hirst_dev

  • Edit code ...

  • Add any new files with git add [FILE_PATH]

  • Commit project with git commit -m "[COMMIT_MESSAGE]"

  • Connect the github repo with the git repo on your machine with git remote add origin https://github.com/thirst154/Activity_project.git

  • Upload the project to github with git push -u origin [YOUR_BRANCH_NAME]

To-do List

Trello

About the project

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published