Free GIT Command Line

git config Assign configuration values ​​for your user name, email, gpg key, the preferred diff algorithms, file formats and much more. Example: 12 git config -global user.name “My Name”git config -global user.email ” [email protected] “ git init Initializes a git repository – makes the initial git directory within a new or existing project. Example: 12 git init initialized empty Git […]

Commit History reset Git Repository

hello, this time I want to share how to Reset / Clear History Commit to the repository in git, in this case i use IDE CLion & Command Line Tools, immediately wrote ya. This is a picture before the reset, then we open the IDE (Free) for this case i use IDE CLion for making […]

Doing Git Push via CLion

Hello, this time I want to share a tutorial how Push in CLion, at times is quite easy really, just push to github already just like that, make sure you have an account github, have access permission repository and already configuration git on CLion  If you want to Commit & Push you can get to the […]

Checkout Project on CLion

Hello, this time I want to share how to Checkout Project from Github to CLion, immediately wrote cekidot. Checkout Project If you open the application menu CLion will appear like this, and to Checkout Project you can select the “Checkout project from version control” then select “GIT” in the dropdown menu. After that you select […]

Share Project to GIT via CLion

Hello, this time I want to share how “Share Project” in CLion, make sure you have an account already configured github and yes, if Keith open this link aja How to Configure Git on CLion – LuckyTrue Learning.  at this time if you have opened an active project in Clion, you can follow the instructions in […]

Git Pull via CLion

Hello, this time I want to explain how to Pull / Update on CLion at times is quite easy really, just pull / update project already just like that,  make sure you have an account github, have access permission repository and already configuration git on CLion at this time I mengcommit namely Readme file, and later […]

Share Project to GIT via Android Studio

Hello, this time I want to share how “Share Project” in Android Studio, make sure you have an account already configured github and yes, if Keith open this link aja How to Configure Git on Android Studio – LuckyTrue Learning. gapake immediately wrote a long time: D. at this time if you have opened an active project […]

Git Push via Android Studio

Hello, this time I want to share a tutorial how to Push Android Studio, at times is quite easy really, just push to github already just like that, make sure you have an account github, have access permission repository and already configuration git on android studio , just gapake Chit Chat. If you want to Commit & […]

Git Pull via Android Studio

Hello, this time I want to explain how to Pull / Updates in Android Studio at times is quite easy really, just pull / update project already just like that,  make sure you have an account github, have access permission repository and already configuration git on android studio , just gapake strings attached. at this time I […]

Configuration Git on CLion

Hi, This time i want to share how to setup GIT on CLion, immediately wrote ya gapake strings attached  Step by Step: 1. Make sure Installed Applications GIT Make sure you have installed the application GIT, because if you do not mengintall GIT application will result in failure when the configuration or perform Push, Pull, […]