Giter Site home page Giter Site logo

paathshaala's Introduction

Paathshaala

This Repo is for educational purpose

Git basic cmd:

Git task Notes Git commands
Tell Git who you are Configure the author name and email address to be used with your commits. Note that Git strips some characters (for example trailing periods) from user.name. git config --global user.name "Sam Smith"
git config --global user.email [email protected]
Check out a repository Create a working copy of a local repository: git clone /path/to/repository
Add files Add one or more files to staging (index): git add or git add *
Commit Commit changes to head (but not yet to the remote repository): git commit -m "Commit message"
Status List the files you've changed and those you still need to add or commit: git status
Fetch fetch the latest history from the server and point your local master branch at it, do this: git fetch
Update from the remote repository with rebase Fetch and merge changes on the remote server to your working directory: git pull --rebase
Push Send changes to the master branch of your remote repository: git push origin

paathshaala's People

Contributors

hahkarthick avatar joy-preetha avatar vedantvyas01 avatar kartiknarayan avatar saikiran1828 avatar harishgdna avatar arpitha98 avatar lintochan avatar nehap-abg avatar shekhina2704 avatar

Watchers

James Cloos avatar  avatar

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.