Code Monkey home page Code Monkey logo

git-it's Introduction

Git-IT 2023 FOSS NSBM

  • "GIT-IT," an exclusive GitHub session organized by the FOSS Community of NSBM in collaboration with Women in FOSS NSBM.

Download Git:

Logo

Git Configuration

git config --global user.name "John Doe"
git config --global user.email [email protected]

So, let's get started!

Git Commands

This command is used to obtain a repository from an existing URL.

Git clone <repository url>

Open repository in local storage

Cd <repository name>

Checkout a branch into your working tree

Git checkout -b name
git checkout branchname

List down branches

git branch

This command lists all the files that have to be committed.

git status

This command adds a file to the staging area.

git add .

This command records or snapshots the file permanently in the version history.

git commit -m 'commit message'

This command sends the committed changes of master branch to your remote repository.

git push
  • if we create a branch locally
git push --set-upstream origin <branch name>

This command is used to list the version history for the current branch.

git log

git-it's People

Contributors

avishkasooriyapperuma avatar dananjaya2002 avatar lahiruroot avatar vinukathejana avatar

Stargazers

 avatar

Watchers

 avatar

git-it's Issues

Your name - Batch

ℹ️ Bug information

  • Question name: your answer
  • Explain the bug you identified: your answer

Lakshan Rukantha - 22.2

ℹ️ Bug information

  • Lets_divide.c: your answer
  • variable used to get input is not in the dividing line: chcnged variable

Yohan-23.1

#include<stdio.h.

int main()
{
printf("hi ");
return 0;
}

danidu kavishan-23.1

ℹ️ Bug information

  • Question name: your answer
  • Explain the bug you identified: your answer

yohan manohara -23.1

renamed question 03 ( area)

bug is H is capital

renamed question (fraction)

bug is

Your name - Batch

ℹ️ Bug information

  • Question name: your answer
  • Explain the bug you identified: your answer

Charuka-22.1

ℹ️ Bug information

  • Question name: All
  • Explain the bug you identified: your answer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.