Setting up on Linux
bash¶
Depending on your Linux distribution, bash might be your default shell. You can start an interactive bash session by typing bash into your terminal, or by using the chsh command in terminal to temporarily change your default shell.
Determine your default shell¶
In a terminal, use the following command to determine your shell
echo "$SHELL"If bash is your default shell, then the output should look something like
/bin/bash(Optional) Change your default shell to bash¶
If bash is not your default shell then you will need to determine the location of the bash executable by typing the following command into your terminal
which bashThis will return the location of the bash executable.
Copy the location of the bash executable.
Type the following into your terminal, you might be prompted to provide your password
chsh -s <location of bash exeutable>git¶
In most cases, git comes installed by default on many Linux distributions.
Check if git is installed by opening up a terminal window and typing in
gitor
git -v(Optional) Install git¶
The git-scm website is a great resource for instructions on how to install git on many Linux distributions, follow the instructions provided here https://
Test the git installation¶
Open a new Terminal window
Type
gitor
git -vThe help menu or
gitversion should be printed to the terminal ifgitis installedPress Enter
Close the program or type
exit
GitKraken¶
GitKraken provide a .dmg file as a standard method of installing the GitKraken on macOS.
Navigate to https://
www .gitkraken .com /download Select the installer for your operating system
Run the
.dmgfile once downloadedDrag and drop
GitKraken.appinto your applications folder, once the.dmginstaller file mountsNavigate to your Applications menu and run GitKraken
For further information, check https://