Skip to content

cuappdev/newbie-onboarding-fa24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Newbie Onboarding FA24

  1. Fork and clone this repo: git clone <repo link>
  2. Create a new branch: git checkout -b <branch name>
  3. Create a txt file containing your first name: touch <name>.txt
  4. Add, commit, and push
    • git add <file or directory name> or git add . to add all files changed
    • git commit -m “<commit name>” or git commit
    • git push
  5. Make a pull request. Do this using the Github interface!
  6. Run the program: python3 main.py

Welcome to AppDev :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages