G-D00XZP85S3 How to upload scripts or files on a Github account for free - KangMus Official
Skip to content Skip to sidebar Skip to footer

How to upload scripts or files on a Github account for free

Upload the Github file, have you ever saved a Script file, your programming code on a hosting or VPS, it will make us have to rent a hosting or VPS to store the file, therefore I provide tutorial information on How to Upload a Script or File on Free and easy Github account, without having to rent hosting or VPS.


With the Github store you can also add Termux Script to your Github account, to save files, scripts, code from all programmers to your Github account, because the main function of Github Storage is to store and give access to everyone to work together to create new scripts.


How to upload scripts or files on a Github account for free

Even though there are space limitations that we can use when using a Free Github account, at least we can store files, coding scripts for free without having to rent a server or hosting.


With a Github account, we can upload coding files, namely PHP, HTML, Python, Scirpt, Source Code, and so on, and many other programming codes that you can store in Github storage, this is very useful if you are a programmer or a developer.


What is Github Storage

An online storage to store a data or source code of a program, this is the same as Google Drive from Google. But, in Github Storage Especially for programmers because it can be used and worked on by many people. Before uploading files on Github you must be familiar with the terms below


To fill in, there are several things that need to be considered:

  • Repository name: the name of the repository (just fill in the name of the project), it will be neat if for example the repository name is also given the programming type as well, for example "Android/test" or "js/test".
  • Description: repository description (can the project story and who is involved)
  • Public / Private: the condition of the repository to be public (made public) or private (made private or closed)
  • Intiallize the repository with README: this is the contents of the documentation for the project being worked on, I recommend not checking it because it makes it easier to practice git management.

Tutorial How to Upload Script or File on Github Account

Upload the Github file

  • First, make sure you already have your github account
  • If you already have a Github account, then access and visit the official site

  • Login using your account, after successful login
  • Then, Press new repository (top right)
  • Then, fill in the repository and description according to your wishes
  • Finally, click Create repository

At this stage you have successfully created a folder (repository) on your github account and you can upload your file or source code


There are many ways you can upload files to your Github Folder starting from FTP and Manual


Upload Files by Import

You can initialize this repository with code from the Subversion, Mercurial, or TFS project.


How to Upload Files to the Github Account Folder Manually

Press Create New File, to create a New File

How to Upload Files to Github Account Folder Manually FTP

The following are the commands:

git add.
git commit -m "first commit"
git remote add origin https://github.com/tutority/try.git
git push -u origin master

Post a Comment for "How to upload scripts or files on a Github account for free"