git status - Check the status
git branch test-branch - Create a new branch locally
git switch test-branch - Switch to branch
git push -u origin test-branch - push the branch to remote branch
git push origin -d new-branch - Delere remote branch
git add . - Add all changes to the branch
git comit -m "message" - commit changes with a comment
git push -> push changes to the remote repository.
-
Notifications
You must be signed in to change notification settings - Fork 0
medpid/aws-samples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published