infinitefalo.blogg.se

Git bash terminal
Git bash terminal







git bash terminal

This command is used to create or initiate a new git repository. This command initialises the existing directory as a git repository

git bash terminal

This command sets an automatic command line coloring effect for easy reviewing. This command sets an email address, this inturn helps in tracking by whom the commit or merge activity was made. This command sets username, which aids in reviewing by whom the changes were made. INSTALLATIONįor windows download Git bash from here. This blog features a couple of the most used Git Bash commands while dealing with a continuous integration of a project. acts like an interface between Git and the local repository (local code copy). Git bash allows the Git features to be used via the command line interface and in addition to that most of the Unix commands are also available. Bash is an acronym for Bourne Again Shell. Git Bash is a command line interface provided by Microsoft Windows. Promotes easy collaborating from anyone from With version control we can keep track of any changes made with additional information like the person who modified, reason of modification, exact changes made and of course with the timestamp. Git acts like a portfolio for staging one's project which can be backed up, viewed and shared easily. In today's scenario of real world problem solving mechanism Git has been so handy in continuous project development, version control and collaboration.









Git bash terminal