» git の記事

~ sourcetree pushing git very slow ~

connie 2020.11.26 | git | | No Comments

open termial and ssh to the remote server, and create trhe RSA key for the first time connection, then you may push the git smootly

~ Sourcetree add remote branch ~

connie 2019.05.28 | git | | No Comments

-commit
-create a new local branch
-push to remotes
-select the new local branch and tick it
-then u will push to new branch on remote server
-and delete the local branch

~ git useful command ~

connie 2019.05.17 | git | | No Comments
#create git
git --bare init

#List branch
git branch

#create Branch
git branch new-branch

#del branch
git branch -D new-branch
| HOME |

Smiley face

March 2024
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
31