git init
git remote add origin <link>
git add .
git status
git commit -m "Add First Commit"
git branch
git branch <your name>/first-project
git switch <your name>/first-project
git push origin <your name>/first-project
git log --oneline
cd <directory>
cd ..
ls
ls -a
git add .
$ git commit -m <commit msg>
$ git fetch
$ git rebase origin/develop
$ git push --force-with-lease origin <your branch>
$ git pull --rebase origin develop
$ git fetch
$ git merge origin/develop
$ git pull origin develop
-
Notifications
You must be signed in to change notification settings - Fork 0
UitsHabib/demeed
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