FredsFactory / FreeCAD_AirPlaneDesign

FreeCAD WorkBench Air Plane Design
GNU Lesser General Public License v2.1
79 stars 14 forks source link

Would you mind using git to push commits with more descriptive summaries? #22

Closed luzpaz closed 4 years ago

luzpaz commented 4 years ago

There are many 'Added files via upload' commits in this repo? are you using the github manual upload feature instead of using the git add git push features from the CLI or from a GUI ?

FredsFactory commented 4 years ago

Hello I know, I need to find some time to configure my gui..😊

Fred

Le 22 mars 2020 à 18:47, luzpaz notifications@github.com a écrit :

 There are many 'Added files via upload' commits in this repo? are you using the github manual upload feature instead of using the git add git push features from the CLI or from a GUI ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

luzpaz commented 4 years ago

@FredsFactory Indeed :) Check out https://wiki.freecadweb.org/Source_code_management

adrianinsaval commented 4 years ago

Git kraken is a really good option! Makes it much easier, but you should first familiarize yourself with the terminology and what actually can be done with git. Another practical option is gitpod wich doesn't require you to install anything and has some gui for git, not as good as gitkraken but useful anyway and better than terminal for some of us.

FredsFactory commented 4 years ago

Thanks a lot I started to read "Git Pro" book and I will try Git kraken .