Skip to content

JackieLan88/GDG-on-campus-RU-commit_to_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GDGC Logo

Commit to Git

This folder contains resources and examples for learning how to commit to a Git repository.

Getting Started

For today's hands-on activity, we have provided a set of coding problems available in both Java and Python. Your main goal is to solve these problems as accurately and efficiently as possible within the time limit!

There is a total of 3 problems, each with a certain level of difficulty.

You can collaborate with peers! However, we encourage you to complete the solutions in your code as well and push them to your own forked remote repo.

Prerequisites

  • Git installed on your machine

Basic Git Workflow

  1. Fork the repository to your own GitHub account

  2. Clone the repository onto your local machine

    git clone <your-forked-repo-url> name_repo-optional
  3. Check the status of your files

    git status
  4. Stage your changes

    git add .
  5. Commit your changes

    git commit -m "Your commit message here"
  6. Push to your remote repository

    git push origin main

Resources

About

It is time to test your GIT skills!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors