<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hemstone Gogo</title>
    <description>The latest articles on DEV Community by Hemstone Gogo (@hemstone).</description>
    <link>https://dev.to/hemstone</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4071728%2Fef33db1e-1a39-46f4-b611-8e8058d7c673.jpg</url>
      <title>DEV Community: Hemstone Gogo</title>
      <link>https://dev.to/hemstone</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hemstone"/>
    <language>en</language>
    <item>
      <title>Getting Started with Excel for Data Analytics: From Basics to Data Cleaning.</title>
      <dc:creator>Hemstone Gogo</dc:creator>
      <pubDate>Mon, 31 Aug 2026 06:50:10 +0000</pubDate>
      <link>https://dev.to/hemstone/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-1ljl</link>
      <guid>https://dev.to/hemstone/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-1ljl</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Because it combines a well-known spreadsheet interface with functions for data cleansing, validation, organizing, filtering and calculation , &lt;strong&gt;Microsoft Excel&lt;/strong&gt; is one of the easiest tools to learn data analytics. Many of the habits of a competent data analyst can be learned straight in Excel by a biginner before switching to more sophisticated tools like Power BI, SQL or Python. The main concept is straightforward: the accuracy of an analysis depends on the quality of the data used.&lt;/p&gt;

&lt;h2&gt;
  
  
  Objectives
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Navigate the Excel interface confidently i.e the use key components (ribbon, cells, sheets, tabs,rows and columns,).&lt;/li&gt;
&lt;li&gt;Understand formatting and data types i.e difference between text, numbers, dates, and currency, and appropriate formatting for correct data representation.&lt;/li&gt;
&lt;li&gt;Enter and organize raw data effectively.&lt;/li&gt;
&lt;li&gt;Identify and correct common data quality issues&lt;/li&gt;
&lt;li&gt;Apply basic formulas and functions.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Understanding Excel and its Environment
&lt;/h2&gt;

&lt;p&gt;The excel environment is formed if form of excel workbook, worksheets, rows and columns and lastly a cell. An &lt;strong&gt;Excel workbook&lt;/strong&gt; is an excel file containig multiple worksheets in this case the &lt;strong&gt;Kenya Hospital Health record&lt;/strong&gt; represents a workbook. A &lt;strong&gt;Worksheet&lt;/strong&gt; consists of columns and rows, in the below attachement &lt;strong&gt;staging and Cleaned&lt;/strong&gt; and consequently their interection will form a cell. In excel each individual cell has a unique address, example A1 in the below attachement.This reference is very important because we use formulas to retrieve and perform calculations. &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fneakmmscdpn0rvezqvn5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fneakmmscdpn0rvezqvn5.png" alt=" " width="800" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maintaining a straightforward rectangular dataset structure one variable per column, one observation per row, and a single header row at the top is crucial for data analytics, for example: patient, first name, last name, ID etc as highlighted below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo8r9jdu5wmocaxpwj51s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo8r9jdu5wmocaxpwj51s.png" alt=" " width="800" height="358"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Excel Ribbon
&lt;/h2&gt;

&lt;p&gt;This is the toolbar at sitted at the top of Microsoft Excel.It has the commands and tools that a data analysts needs to create,format, edit and analyse data.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7f1ouzzvilzmc70fy2ch.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7f1ouzzvilzmc70fy2ch.png" alt=" " width="799" height="185"&gt;&lt;/a&gt;&lt;br&gt;
The main parts incluse;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;File-This is used to open, save, print and finally close excel files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Home-Has common tools like copy, paste,formatting i.e font and number formattind and alignment.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Insert-Applied when adding tables, pictures,tables,pivottables and objects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Page Layout-This sets page margins,size,printing options and orientation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Formulas-Has tools to create and manage functions and formulas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data-Sorting, removing duplicates, filtering and data cleaning.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Review-Provides opportunities for spelling checks, worksheet protection and comments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;View-Controls worksheet appearance i.e zooming and additional view options.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Entering, Formatting, and Organizing Data
&lt;/h2&gt;

&lt;p&gt;Excel can save text, numbers, dates, and logical values. Excel processes different types of data differently, thus it is important to choose the correct type. A real Excel date can be sorted chronologically and utilized in calculations, however a date entered in plain text may not perform as expected. Quantity should also be numerical if it is to be utilized in arithmetic.Formatting should convey meaning. Dates should be formatted consistently as dates, prices as numbers, and percentages as percentages.&lt;/p&gt;

&lt;h3&gt;
  
  
  Entering Data
&lt;/h3&gt;

&lt;p&gt;This is adding information in excel. This data may include text, formulas,numbers and dates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1yge6gqbkpol6lg9k6xh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1yge6gqbkpol6lg9k6xh.png" alt=" " width="800" height="171"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Data Formatting
&lt;/h3&gt;

&lt;p&gt;Changing the look and appearance of data to easy interpretation and understanding, examples include;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Making column head bold&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb8wftf2rcak80h3b5nlj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fb8wftf2rcak80h3b5nlj.png" alt=" " width="799" height="487"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add borders&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn1ia5g5o3q4aljselewx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn1ia5g5o3q4aljselewx.png" alt=" " width="800" height="562"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Adjust row or column width&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Changing font size&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwrsutqv1akc6s00vig46.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwrsutqv1akc6s00vig46.png" alt=" " width="800" height="553"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Organizing Data
&lt;/h3&gt;

&lt;p&gt;Arranging data for easy management, retrieving and analysis. The most common command used is &lt;strong&gt;Sort and Filter&lt;/strong&gt;&lt;br&gt;
Data → Sort → Largest to Smallest&lt;br&gt;
Data → Filter → Gender → Female&lt;/p&gt;

&lt;h2&gt;
  
  
  Identifying and Removing Duplicates
&lt;/h2&gt;

&lt;p&gt;Duplicate records might increase totals. Excel's &lt;strong&gt;Data &amp;gt; Remove Duplicates&lt;/strong&gt; option allows the analyst to select the columns that constitute uniqueness.Before deleting duplicates, determine why they exist. Two similar-looking rows might represent legal independent transactions, therefore duplicate elimination should adhere to a business standard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Filtering and Sorting Data in Excel.
&lt;/h2&gt;

&lt;p&gt;This are crucial excel skills that helps a data analyst to orgainize and find information in large datasets.&lt;/p&gt;

&lt;h3&gt;
  
  
  Sorting Data
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F80wol7jo00wegjfisxqd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F80wol7jo00wegjfisxqd.png" alt=" " width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the process of arranging data in a specific order.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftaff046g8kozg1ll14bo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftaff046g8kozg1ll14bo.png" alt=" " width="693" height="385"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Consider the above data set, we can sort:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Patient First Name: A-Z OR Z-A&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Age:Largest to Smallest or Smallest to Largest.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Filtering Data
&lt;/h3&gt;

&lt;p&gt;This allows display of specific records which meets a specific conditons while temporarily hidding other records.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fen5ok2kclrgvxondb0bb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fen5ok2kclrgvxondb0bb.png" alt=" " width="800" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp6r205bgbva3kkowc05x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp6r205bgbva3kkowc05x.png" alt=" " width="672" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the above dataset we can filter &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Patients older than 50&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Female patients only.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data Cleaning
&lt;/h2&gt;

&lt;p&gt;Finding and fixing erroneous, inconsistent, incomplete, duplicated, or improperly structured data is known as data cleaning. It is rare for actual organizational data that is ready for analysis hence data cleainig is very important.&lt;/p&gt;

&lt;p&gt;Extra spaces, incorrect capitalization, blank values, text-based integers, inconsistent status values, and duplicate records are always present in any dataset. In this case extra spaces causes data matching problems when creating pivot tables or data visualization. We deploy Excel &lt;code&gt;TRIM&lt;/code&gt;functions which removes extra spaces.Additonally &lt;code&gt;CLEAN&lt;/code&gt;is applied to eliminate non-printing data characters.&lt;br&gt;
Case consistency is paramount when cleaning data with names of persons, cities etc. We use &lt;code&gt;PROPER&lt;/code&gt;,&lt;code&gt;UPPER&lt;/code&gt;and &lt;code&gt;LOWER&lt;/code&gt;for text standardization.&lt;/p&gt;

&lt;p&gt;When data is imported from external databases or systems in form of numbers might be stored in text form. These values may look numeric but when formulas are used for calculations, they they behave differently. We deploy excel &lt;strong&gt;Text to colums&lt;/strong&gt; of &lt;code&gt;VALUE&lt;/code&gt;to convert numeric text to a number. The below is a summary of the basic data cleaning workflow and as we advance and learn more about excel, we will come across better and complex cleanig procedures.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Import raw data and save it in your project folder.&lt;/li&gt;
&lt;li&gt;Inspect the data types and columns&lt;/li&gt;
&lt;li&gt;Convert the data range into table&lt;/li&gt;
&lt;li&gt;Sort and filter to identify unsual records.&lt;/li&gt;
&lt;li&gt;Standardize data by removing unnecessary spaces.&lt;/li&gt;
&lt;li&gt;Check the missing values.&lt;/li&gt;
&lt;li&gt;Check numeric fields and convert to numeric data types.&lt;/li&gt;
&lt;li&gt;Remove duplicates.&lt;/li&gt;
&lt;li&gt;Conduct data validation.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion.
&lt;/h2&gt;

&lt;p&gt;Excel abilities from Week 1 offer a useful basis for data analytics. A beginner data analyst may deal with structured data with confidence if they understand worksheets, cells, tables, formatting, formulas, sorting, and filtering.The key takeaway is straightforward: &lt;strong&gt;excellent analysis begins with good data.&lt;/strong&gt; Excel allows for the practical application of this before advancing to more sophisticated analytics systems.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Understanding the Git Workflow: Working Directory, Staging, Commit and Push</title>
      <dc:creator>Hemstone Gogo</dc:creator>
      <pubDate>Sat, 22 Aug 2026 12:21:05 +0000</pubDate>
      <link>https://dev.to/hemstone/understanding-the-git-workflow-working-directory-staging-commit-and-push-2aif</link>
      <guid>https://dev.to/hemstone/understanding-the-git-workflow-working-directory-staging-commit-and-push-2aif</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;The world is experiencing technological advancement in a very fast pace, hence this article is meant to provide a very simple understanding of Git Workflow for beginners who are stepping in to to the space of software development or BigData. Understanding of Git workflow is important because Git is widely utilized version of control system in most of the software development and data analytics. This is because; t assits developers to monitor and track changes to files they working on,it facilitates collaboration and experimentation of ideas and provides safe platform to main projects in different versins.&lt;br&gt;
In the initial stages Git might seem complex and confusing because of introduction of commands and concepts that we do not encounter in any normal file management workflow.Commands such as &lt;strong&gt;working directory&lt;/strong&gt;, &lt;strong&gt;staging area&lt;/strong&gt;, &lt;strong&gt;commit&lt;/strong&gt; and &lt;strong&gt;push&lt;/strong&gt;.These concepts are very important as they highlight the levels and stages in which changes move and occur when using Git.&lt;/p&gt;

&lt;h2&gt;
  
  
  Four Main Stages of Git Workflow
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The Working Directory
&lt;/h3&gt;

&lt;p&gt;This is simple terms a folder on your PC where all projects lives. Every time a code editor is opened and you start typing, files will be modified in the working directory.At this moment Git is alert and aware however not executing and tracking the changes.&lt;br&gt;
The main action when wanting to view files on the working directory is &lt;code&gt;git status&lt;/code&gt;. When this command is typed on the terminal, git will display all list of files which have been changed. At this particular stage however the files are "untracked".&lt;/p&gt;

&lt;h3&gt;
  
  
  The Staging Area
&lt;/h3&gt;

&lt;p&gt;This is the middle ground in Git i.e a temporal holding zone. This is where one gathers files and saves then in the next version.The Staging Area is very key because you might having 5 changes in 2 diffirent files, however only 2 changes and okay and complete.No one likes incomplete work hence can never save it. The Staging Area provides an opportunity to save selectively.We use the command &lt;code&gt;add&lt;/code&gt;the completed files and leaving the unfinished to the working directory.&lt;br&gt;
The command here is &lt;code&gt;git add &amp;lt;filename&amp;gt;&lt;/code&gt;&lt;br&gt;
If all changes have to be added in the current folder, we use the command &lt;code&gt;git add .&lt;/code&gt; git takes holds of those particular files and stages them in the Staging Area.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Local Repository
&lt;/h3&gt;

&lt;p&gt;After all the changes in your files have been staged, they can be saved in the Local Repository. The processing of saving the files is executed by a &lt;strong&gt;Commit&lt;/strong&gt; command which is the most crucial Git command.When you run a "commit" command, it takes the files sitting at the Staging Area, moving and storing them permanently in the &lt;strong&gt;Local Repository&lt;/strong&gt;&lt;br&gt;
Git usually gives every commit a code because each commit is unique. Additionally &lt;strong&gt;every commit needs a message&lt;/strong&gt;. This message highlights the changes made and the reason they were made.&lt;br&gt;
The command used is &lt;code&gt;git commit -m "The Commit Message"&lt;/code&gt;&lt;br&gt;
Important points to note;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The commit massage is always in present tense.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Commit are usually permanent ie the version has been saved forever. This can only be reversed by forcing a reset.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Remote Repository
&lt;/h3&gt;

&lt;p&gt;Up to the local repository, files exist only on your computer.A &lt;strong&gt;Remote Repository&lt;/strong&gt; hosts copy of your files or project on the internet.Examples of platform to host files on the internet are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Github&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bitbucket&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gitlab&lt;br&gt;
We use the &lt;code&gt;push&lt;/code&gt;command to uploading committed changes to the Remote Repository from the Local Repository.&lt;br&gt;
The command to push commits is &lt;code&gt;git push origin &amp;lt;branch-name&amp;gt;&lt;/code&gt; &lt;br&gt;
In this case the default branch is &lt;code&gt;main&lt;/code&gt; hence the command will be &lt;code&gt;git push origin main&lt;/code&gt;. Your work has been backed up safely.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;The most simple way to understand the above mentioned stages to just get rif of the mystery around Git is highlighted below:&lt;br&gt;
 Write it-Prepare it-Save it locally-Upload to cloud.&lt;br&gt;
We should strive to understand the stages rather than memorizing the commands,this is because understanding where changes are taking place at each stage is the key.Once we master this movement and how changes occur from the working directory all the way to remote repository, understanding additinal commands like merging, branches and pull become easy to understand.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>git</category>
      <category>softwaredevelopment</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
