16.11.22
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git status
On branch main
No commits yet
Untracked files:
(use "git add ..." to include in what will be committed)
text3.txt
nothing added to commit but untracked files present (use "git add" to track)
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git add .
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git commit -m "16.11.22 dars clon qilish."
[main (root-commit) fbaa0bb] 16.11.22 dars clon qilish.
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 text3.txt
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git status
On branch main
Your branch is based on 'origin/main', but the upstream is gone.
(use "git branch --unset-upstream" to fixup)
nothing to commit, working tree clean
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git status
On branch main
Your branch is based on 'origin/main', but the upstream is gone.
(use "git branch --unset-upstream" to fixup)
nothing to commit, working tree clean
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git push original master
error: src refspec master does not match any
error: failed to push some refs to 'original'
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git push -u origin main
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Writing objects: 100% (3/3), 228 bytes | 114.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/AbdualimovBotir/test2.git
* [new branch] main -> main
branch 'main' set up to track 'origin/main'.
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git pull
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), 632 bytes | 35.00 KiB/s, done.
From https://github.com/AbdualimovBotir/test2
fbaa0bb..a2bb1d2 main -> origin/main
Updating fbaa0bb..a2bb1d2
Fast-forward
text3.txt | 1 +
1 file changed, 1 insertion(+)
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$ git pull -u origin main
error: unknown switch `u'
usage: git pull [] [ [...]]
-v, --verbose be more verbose
-q, --quiet be more quiet
--progress force progress reporting
--recurse-submodules[=]
control for recursive fetching of submodules
Options related to merging
-r, --rebase[=(false|true|merges|interactive)]
incorporate changes by rebasing rather than merging
-n do not show a diffstat at the end of the merge
--stat show a diffstat at the end of the merge
--log[=] add (at most ) entries from shortlog to merge commit message
--signoff[=...] add a Signed-off-by trailer
--squash create a single commit instead of doing a merge
--commit perform a commit if the merge succeeds (default)
--edit edit message before committing
--cleanup how to strip spaces and #comments from message
--ff allow fast-forward
--ff-only abort if fast-forward is not possible
--verify control use of pre-merge-commit and commit-msg hooks
--verify-signatures verify that the named commit has a valid GPG signature
--autostash automatically stash/stash pop before and after
-s, --strategy
merge strategy to use
-X, --strategy-option
option for selected merge strategy
-S, --gpg-sign[=]
GPG sign commit
--allow-unrelated-histories
allow merging unrelated histories
Options related to fetching
--all fetch from all remotes
-a, --append append to .git/FETCH_HEAD instead of overwriting
--upload-pack
path to upload pack on remote end
-f, --force force overwrite of local branch
-t, --tags fetch all tags and associated objects
-p, --prune prune remote-tracking branches no longer on remote
-j, --jobs[=] number of submodules pulled in parallel
--dry-run dry run
-k, --keep keep downloaded pack
--depth deepen history of shallow clone
--shallow-since
deepen history of shallow repository based on time
--shallow-exclude
deepen history of shallow clone, excluding rev
--deepen deepen history of shallow clone
--unshallow convert to a complete repository
--update-shallow accept refs that update .git/shallow
--refmap specify fetch refmap
-o, --server-option
option to transmit
-4, --ipv4 use IPv4 addresses only
-6, --ipv6 use IPv6 addresses only
--negotiation-tip
report that we have only objects reachable from this object
--show-forced-updates
check for forced-updates on all updated branches
--set-upstream set upstream for git pull/fetch
hp@DESKTOP-6ELIQPT MINGW64 /d/GitHub bilan ishlash/Clone qilish/test2 (main)
$
hp@DESKTOP-6ELIQPT MINGW64 /d/JAVA/Talaba (master)
$ git commit -m "talaba proektini yukladim"
[master (root-commit) f8a69ca] talaba proektini yukladim
34 files changed, 1300 insertions(+)
create mode 100644 .gitignore
create mode 100644 .mvn/wrapper/maven-wrapper.jar
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100644 mvnw
create mode 100644 mvnw.cmd
create mode 100644 pom.xml
create mode 100644 src/main/java/com/example/talaba/Controller/FakultetContoller.java
create mode 100644 src/main/java/com/example/talaba/Controller/FanController.java
create mode 100644 src/main/java/com/example/talaba/Controller/GuruhController.java
create mode 100644 src/main/java/com/example/talaba/Controller/QorovulController.java
create mode 100644 src/main/java/com/example/talaba/Controller/TalabaController.java
create mode 100644 src/main/java/com/example/talaba/Controller/UniversitetController.java
create mode 100644 src/main/java/com/example/talaba/Dto/FakultetDto.java
create mode 100644 src/main/java/com/example/talaba/Dto/GuruhDto.java
create mode 100644 src/main/java/com/example/talaba/Dto/QorovulDto.java
create mode 100644 src/main/java/com/example/talaba/Dto/TalabaDto.java
create mode 100644 src/main/java/com/example/talaba/Dto/UniversitetDto.java
create mode 100644 src/main/java/com/example/talaba/Entity/FakultetBase.java
create mode 100644 src/main/java/com/example/talaba/Entity/FanBase.java
create mode 100644 src/main/java/com/example/talaba/Entity/GuruhBase.java
create mode 100644 src/main/java/com/example/talaba/Entity/ManzilBase.java
create mode 100644 src/main/java/com/example/talaba/Entity/QorovulBase.java
create mode 100644 src/main/java/com/example/talaba/Entity/TalabaBase.java
create mode 100644 src/main/java/com/example/talaba/Entity/UniversitetBase.java
create mode 100644 src/main/java/com/example/talaba/Repository/FakultetRepository.java
create mode 100644 src/main/java/com/example/talaba/Repository/FanRepository.java
create mode 100644 src/main/java/com/example/talaba/Repository/GuruhRepository.java
create mode 100644 src/main/java/com/example/talaba/Repository/ManzilRepository.java
create mode 100644 src/main/java/com/example/talaba/Repository/QorovulRepository.java
create mode 100644 src/main/java/com/example/talaba/Repository/TalabaRepository.java
create mode 100644 src/main/java/com/example/talaba/Repository/UniversitetRepository.java
create mode 100644 src/main/java/com/example/talaba/TalabaApplication.java
create mode 100644 src/main/resources/application.properties
create mode 100644 src/test/java/com/example/talaba/TalabaApplicationTests.java
hp@DESKTOP-6ELIQPT MINGW64 /d/JAVA/Talaba (master)
$ git push origin master
Enumerating objects: 54, done.
Counting objects: 100% (54/54), done.
Delta compression using up to 8 threads
Compressing objects: 100% (46/46), done.
Writing objects: 100% (54/54), 65.80 KiB | 7.31 MiB/s, done.
Total 54 (delta 14), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (14/14), done.
To https://github.com/AbdualimovBotir/Talaba.git
* [new branch] master -> master
hp@DESKTOP-6ELIQPT MINGW64 /d/JAVA/Talaba (master)
$
Do'stlaringiz bilan baham: