Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Name.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Danish Jamal --> android <br />
marunga bhut
Keenu Reves --> ML <br />
Tom --> web <br />
Abhinav krishna singh -->cyber security <br />

### 2nd PR
https://github.com/ravisaxena23/Hacktoberfest-pull-request
Expand Down
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,27 @@
`https://git-scm.com/downloads`
#### git dekstop
`https://desktop.github.com/`

### command to insatll git for linux user (debian/ubuntu)
* `sudo apt update` (update the package) <br />
* `sudo apt install git` (install git) <br />
* `git --version` (verify) <br />
### step 2
## install VS code
`https://code.visualstudio.com/`

## git bash basic commands
To clone repo
`git clone repo`
To push
`git push branch name`
To pull
`git pull`
To add
`git add .`
To commit
`git commit -m "message"`
To create branch
`git branch`
To clone repo <br />
`git clone repo` <br />
To push <br />
`git push branch name` <br />
To pull <br />
`git pull` <br />
To add <br />
`git add .` <br />
To commit <br />
`git commit -m "message"` <br />
To create branch <br />
`git branch` <br />

### hacktoberfest link
https://hacktoberfest.digitalocean.com/
Expand Down