Skip to content

medpid/aws-samples

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published