Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 1.46 KB

forProject.md

File metadata and controls

56 lines (53 loc) · 1.46 KB

Register on Trello

##For members:

  • Create Trello account

##For leader: ###Trello

  • Create Trello board. Make team name format iteu-<team_name>. Make board name format iteu-<team_name>.
  • Create Lists: Icebox, Backlog, Doing, For QA, Done
  • Invite your groupmates on Trello
  • Invite [email protected]

###Github

  • Create a repository for you group. Name should be iteu333a-project. Make it public.
  • Invite edos4
  • Invite members
    • Open repository
    • Click settings
    • Click collaborators
    • Input password (if there is)
    • Input member's github username
    • Click add collaborator
  • Initial commit
    • Open Netbeans
    • Click Team
    • Click Git, click Clone
    • Paste repository URL
    • Click next, next, next/finish
    • Click Create Project
    • Java app, next, finish
    • Add to git
      • Click Team, Click Add
    • Commit
      • Click Team, click Commit
      • Enter a descriptive message of what you've done
      • Click commit
    • Push to github
      • Click Team, Remote, Push to Upstream, click yes

###For Members

  • Clone repository
    • Open Netbeans
    • Click Team
    • Click Git, click Clone
    • Paste repository URL
    • Click next, next, next/finish
    • Click Create Project
    • Java app, next, finish
    • Make changes (yung wholesome ha)
    • Add to git
      • Click Team, Click Add
    • Commit
      • Click Team, click Commit
      • Enter a descriptive message of what you've done
      • Click commit
    • Push to github
      • Click Team, Remote, Push to Upstream, click yes