Do I need to install Git to use Github?

alieladly

Do I need to install Git to use Github? If not, then how do I push changes (commits) from the IDE that I use to code? I'm using Visual Studio and Team Foundation to manage the source code.

Philippe

Fundamentaly, you don't need it if you use Visual Studio >= 2012.

But because you can't do everything with the VS GUI*, and because the GUI is not very good (but improving), that's a very good idea (even perhaps a must) to install the git command line and even a better GUI like GitExtensions.

*: with the GUI, you can't have access to the 'reflog' for example which is one of the first thing that a beginner must understand (with the 'reset' command) to be able to fix every mess he put him into, because he is a beginner ;-) If you master that, it let you try everything and undo and try again until you understand and master every part of git. My second advice is to commit OFTEN because every work committed will never be lost (at worst, recoverable from the reflog).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Do I need to install libcurl source package to use it for development?

From Dev

Why do I need git add when I use git commit -a

From Dev

Why do I need to install node.js and git to learn AngularJS?

From Dev

Do I need two GitHub accounts for this?

From Dev

Do I need to use callbacks?

From Dev

Do I need to use IDisposable?

From Dev

Python / pip, how do I install a specific version of a git repository from github (what is the correct url)?

From Java

How do I install this github package via Git Bash (amazon-crawler)

From Dev

Python / pip, how do I install a specific version of a git repository from github (what is the correct url)?

From Dev

do i need to install WebSockets library for node?

From Dev

Do I need to install Glassfish in the Java directory?

From Dev

Android: What sdk do I need to install

From Dev

What version of Silverlight do I need to install?

From Dev

Do I need to install Joomla again for subdirectory?

From Dev

do i need to install WebSockets library for node?

From Dev

Do I need to install another virtualbox for genymotion?

From Dev

Do I need to install pandoc for html output

From Dev

Do I absolutely need to format my Ext HDD in order to use it to install Ubuntu?

From Dev

Laravel SASS, do I need a webhosting which has Ruby install to be able to use SASS?

From Dev

How do I install PrusaSlicer from github?

From Dev

Do I need to delete my git stash?

From Dev

Do I Really need to install homebrew to install rails and why?

From Dev

Do I need to install MAAS in order to install OpenStack on a single server?

From Dev

How do I fork a github project to a git repo outside github?

From Dev

Do all file structures need to be identical to use GitHub?

From Dev

Why do i need to use minitest/autorun?

From Dev

Do I need to use a WeakReference for circular dependency?

From Dev

UICollectionView: Do I need to use an UICollectionViewController?

From Dev

Do I need to use Android support library

Related Related

  1. 1

    Do I need to install libcurl source package to use it for development?

  2. 2

    Why do I need git add when I use git commit -a

  3. 3

    Why do I need to install node.js and git to learn AngularJS?

  4. 4

    Do I need two GitHub accounts for this?

  5. 5

    Do I need to use callbacks?

  6. 6

    Do I need to use IDisposable?

  7. 7

    Python / pip, how do I install a specific version of a git repository from github (what is the correct url)?

  8. 8

    How do I install this github package via Git Bash (amazon-crawler)

  9. 9

    Python / pip, how do I install a specific version of a git repository from github (what is the correct url)?

  10. 10

    do i need to install WebSockets library for node?

  11. 11

    Do I need to install Glassfish in the Java directory?

  12. 12

    Android: What sdk do I need to install

  13. 13

    What version of Silverlight do I need to install?

  14. 14

    Do I need to install Joomla again for subdirectory?

  15. 15

    do i need to install WebSockets library for node?

  16. 16

    Do I need to install another virtualbox for genymotion?

  17. 17

    Do I need to install pandoc for html output

  18. 18

    Do I absolutely need to format my Ext HDD in order to use it to install Ubuntu?

  19. 19

    Laravel SASS, do I need a webhosting which has Ruby install to be able to use SASS?

  20. 20

    How do I install PrusaSlicer from github?

  21. 21

    Do I need to delete my git stash?

  22. 22

    Do I Really need to install homebrew to install rails and why?

  23. 23

    Do I need to install MAAS in order to install OpenStack on a single server?

  24. 24

    How do I fork a github project to a git repo outside github?

  25. 25

    Do all file structures need to be identical to use GitHub?

  26. 26

    Why do i need to use minitest/autorun?

  27. 27

    Do I need to use a WeakReference for circular dependency?

  28. 28

    UICollectionView: Do I need to use an UICollectionViewController?

  29. 29

    Do I need to use Android support library

HotTag

Archive