Upload your project/files in GitHub using commands
Saurabh Chavan

Saurabh Chavan @100rabhcsmc

About: React Native,iOS, SwiftUI 💻🥣🛌🔄

Location:
Pune,Maharashtra
Joined:
Jun 26, 2020

Upload your project/files in GitHub using commands

Publish Date: Jul 9 '20
2 0

Upload your project/files in GitHub using following commands;

Tell the GitHub who are you;

 $ git config --global user.email"saurabhchavan052@gmail.com"

 $ git config --global user.name"100rabhcsmc"
Enter fullscreen mode Exit fullscreen mode

Lets git ..

$ git init

$ git add -A#adding file

$git commit -m "your commit"

$git remote add origin reponame

$git push origin master
Enter fullscreen mode Exit fullscreen mode

if you got any error using this command then you can use following command

$ git push --force origin master
Enter fullscreen mode Exit fullscreen mode

thanku....

:)

Comments 0 total

    Add comment