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
Changes from 1 commit
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
Next Next commit
Basic Git Commands
  • Loading branch information
imvickykumar999 committed Sep 14, 2023
commit 3f6fff1d7a62328e5ee6bf192ec7896a96c7ece9
11 changes: 11 additions & 0 deletions Course3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

Vicky Kumar
Basic Git Commands - II

#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)