nus-cs2113-AY2223S1 / forum

4 stars 0 forks source link

about commits #3

Closed dhanish265 closed 2 years ago

dhanish265 commented 2 years ago

is it recommended to commit files through SourceTree or use the commit function provided in Intellij instead? or does it not matter at all?

joshuan98 commented 2 years ago

""" If you are new to Git, we caution you against using Git or GitHub features that come with the IDE as it is better to learn Git independent of any other tool. Similarly, using clients provided by GitHub (e.g., GitHub Desktop GUI client) will make it harder for you to separate Git features from GitHub features. """ Seems like SourceTree is preferred

From https://nus-cs2113-ay2223s1.github.io/website/schedule/week2/topics.html#tools-git-and-github-init-getting-started

okkhoy commented 2 years ago

It doesn't matter so much if you know your way around with Git. How you make the commit is not critical; making relevant commits is 🙂 The suggestion posted by @joshuan98 is more applicable for someone starting off with Git.

IDE's interface can be a bit "different" and confusing to some.