Skip to content

tharunsnest/Text-analyzer

Repository files navigation

CSE360_7

Basic sequence of commands on git bash

install git bash from here: https://gitforwindows.org/

To clone to a folder for the first time:

git clone https://github.com/tharunsnest/CSE360_7.git

To add updated files from repository:

git pull

To commit files to the repository:

git add .

git commit -m "message"

git push

if "git add ." shows the files are not in sync with the repository

git add .

git commit -m "message"

git pull

git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages