Latest news:
Sahih al-Bukhari (সহীহ বুখারী) is a free Hadith application for android. This application is advertisement free. Download now https://play.google.com/store/apps/details?id=com.akramhossin.bukharisharif
GitHub desktop provides us an efficient way of working to run the gitHub work flow as graphical user interface mode,
GitHub desktop is available both windows and macOS platform.
For Windows:
We can install github desktop in windows platform using browser also using windows power-shell
To install via browser you need to follow this steps
Using power-shell you need to run below command as administrator mode
PS> choco install git github-desktop -y
To install Chocolatey(choco) for Windows you can follow my another blog post http://www.codxplore.com/blog/details/80/install-chocolatey-for-windows
For macOS:
$ brew install git && brew cask install github-desktop
To install brew for macOs you can follow my another blog post http://www.codxplore.com/blog/details/82/installing-homebrew-for-macos
To verify git installation by we need to execute git --version and see the version number in the terminal
We will need to restart our terminal after the installation of git.
Alternatively, we can avoid relaunching our current terminal and save some time by refreshing the environment variables.
Verify gitHub desktop installation by launching the application and login in to https://github.com/ on GitHub Desktop
on launch of the application, if you stuck into the login screen,
you need to close the application and reopen it as administrator mode, complete the steps, and then you will be able to use it without any issue,
For more information, refer to: https://desktop.github.com
Views : 592