svn

svn

2019
Views

Pasive job idea with app

Reply

OthersAnonymous replied • 1 users followed • 1 replies • 2019 views • 2019-11-07 19:31 • data from similar tags

1879
Views

How can i get access to the updated object if its not coming in through the callback?

Questionsrogers replied • 2 users followed • 1 replies • 1879 views • 2018-11-20 00:51 • data from similar tags

1355
Views

How to use git to upload your repository to github(tutorial for newbies)

OthersJames posted the article • 0 comments • 1355 views • 2018-09-06 22:59 • data from similar tags

1. First of all, you need a Github account number
https://github.com/
 
2. To use Git, you need to install the Git tool first. Here is the download address. After downloading, you can install it directly:
https://git-for-windows.github.io/
 
3. Create a new project

 
 
 
 
4. Fill in the project information and click after the completion
 

 
 
5. Copy the project address
 

 
6. The next step is operating in your local computer.  If you have successfully installed Git before, select Git Bash HERE in the right mouse key blank and enter the following interface. Test _ Bluetooth is my directory file name.
 

 
 
7.https://github.com/CKTim/BlueTooth.git is replaced by the address you copied earlier
 

 
 
8.You will find some files in your local computer
 
9.Type command cd Test and enter Test file
 

 
10: type commands
git add

git commit -m "first commit"

git push -u origin master

 
 

 

 
 
 
 
 
  view all
1. First of all, you need a Github account number
https://github.com/
 
2. To use Git, you need to install the Git tool first. Here is the download address. After downloading, you can install it directly:
https://git-for-windows.github.io/
 
3. Create a new project

 
 
 
 
4. Fill in the project information and click after the completion
 

 
 
5. Copy the project address
 

 
6. The next step is operating in your local computer.  If you have successfully installed Git before, select Git Bash HERE in the right mouse key blank and enter the following interface. Test _ Bluetooth is my directory file name.
 

 
 
7.https://github.com/CKTim/BlueTooth.git is replaced by the address you copied earlier
 

 
 
8.You will find some files in your local computer
 
9.Type command cd Test and enter Test file
 

 
10: type commands
git add

git commit -m "first commit"

git push -u origin master