DEV Community

Cover image for Learn how to push code through GitKraken from scratch
Shahriyar Al Mustakim Mitul
Shahriyar Al Mustakim Mitul

Posted on

Learn how to push code through GitKraken from scratch

Today we are going to clone this repository in our local folder and then upload a code file in that new folder and push it through GitKraken

Repository Link: https://github.com/mitul3737/140_Days-Of_Learning
Repository Name : 140_Days-Of_Learning

When we open the GitKraken Software, we may find this .
GitKraken Software

We have to then sign up for GitKraken or Sign in using GitHub or Google Account . Let's sign up/sign in with our GitHub ID.
Connecting GitHub ID

Connecting Completed

After connecting GitHub, let's set out GitKraken with Profile Logo, Profile Name, Author Name, Email address

Setting Profile name

Providing our Author name and email

After that , we are done and can see this interface

Start with Repo
As we are not going to work with terminal today, we will choose "Start With Repo Tab" although we can use terminal later on. We can see this interface now.

Menu
We will click "Clone a repo". Now into the "Where to clone" we will select a folder named "Daily Contribution" which I created before locally on Desktop

Where to clone

Daily Contribution folder

Now we will choose "140_Days-Of_Learning" from Repository to clone option.

Image description

Now our repository will be cloned and we will click "Open Now"

Open Now
Now, let's add a Python file to our local folder named "140_Days-Of_Learning"

Adding a file to our folder
Adding a new folder named " Day 15"

Day 15
Adding the python file named "Python File.py"
Python File added
Now let's go to GitKraken and see the change over Day 14 . You may see "//WIP +1" there
Image description

Now press Stage all changes from the right side
Stage all changes

Now you have to fill the Description section
Fill Description
Now we wrote "Adding a python file to Day 15" into the Description
Image description
and you have to press Commit changes to 1 file and You can see a change . "Adding a python file to Day 15" is now over Day 14.
Commit changes to 1 file

We are almost done!

Now we will press " Adding a python file to Day 15" with the right button of the mouse and see Push there . We will press that.
Push
After that the push will be successful to our GitHub Profile
Pushing Successful
Now, let's go to the GitHub ID and check if the repository has been changed or not. We can see "Day 15" in our repository

Day 15 visible in our GitHub ID

Let's enter into the Folder and check if there is a file named " Python File" .

Python File
Congrats! We have got our repository !

We are done with cloning our repository and adding file to the local file and pushing it to our GitHub ID

Top comments (0)