Skip to content

Basic Git Commands #1371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
md file formatted
  • Loading branch information
imvickykumar999 committed Sep 14, 2023
commit a1a08243e8d19a7bd486adb3c6eda2f38ab00e26
11 changes: 0 additions & 11 deletions Course3

This file was deleted.

12 changes: 7 additions & 5 deletions Course3.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

Vicky Kumar

Basic Git Commands - II

#Commands used
git add .
git status
git commit -m “message”
git push -u origin master
# Commands used

- git add .
- git status
- git commit -m “message”
- git push -u origin master

![ss](https://images.upgrad.com/130b5a84-ac95-4f75-b9a1-d9ba4438c56e-Screenshot%202021-09-29%20at%2010.49.46%20PM.png)