8000
Skip to content
View VThang51's full-sized avatar
😶
😶
  • Electric Power University
  • Hanoi, Vietnam

Block or report VThang51

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VThang51/README.md

Since 19 November 2022


Create a new repository on the command line

git init
git add .
git commit -m "<commit_text>"
git branch -M <branch>
git remote add origin <url>.git
git push -u origin <branch>

Push an existing repository from the command line

git remote add origin <url>.git
git branch -M <branch>
git push -u origin <branch>

Clone the .git folder of an existing repository

git clone --bare [--branch <branch/tag>] <url>.git .git

Create and switch to your new local branch

git checkout -b <branch>

Popular repositories Loading

  1. android_device_samsung_a13 android_device_samsung_a13 Public

    Samsung Galaxy A13 (SM-A135F/M) Device Tree

    Makefile 10 6

  2. android_device_samsung_a13xxv android_device_samsung_a13xxv Public

    Forked from pmagixc/android_device_samsung_a13xxv

    Shell

  3. VThang51 VThang51 Public

    Shell

  4. android_device_samsung_a25x android_device_samsung_a25x Public

    Makefile

  5. android_kernel_oppo_a12 android_kernel_oppo_a12 Public

    Forked from oppo-source/A12

    C

  6. CS2DS CS2DS Public

    This is a script to setup a Counter-Strike 2 server for a group of 4 friends

0