cooperkai / TDD_MagnetoEffect

Pratice TDD through by this "https://ithelp.ithome.com.tw/articles/10267462" in 2021 iThome ironman
0 stars 0 forks source link

connect project into a github #1

Open cooperkai opened 1 year ago

cooperkai commented 1 year ago
  1. create a repository on GitHub
  2. create a maven project in IDE (Eclipse)
  3. connect a maven project to a GitHub git init git add files that you want to track by git git commit git add remote URL git push -u origin you will need to set up your local branch track by remote branch you will need to make your email setting status open (if you make it private)
cooperkai commented 1 year ago

add Eclipse gitignore -ref by Eclipse.gitignore