Add File in Git Repository - LookLinux
www.looklinux.com › add-file-git-repositoryIf you want to add file in Git Repository you can use git add command to add a new file or files to local git repository. Please note ignored file will not be added by default. You can add the single file or multiple fine using git add command. In GitHub, files that you are adding to a repository using browser are limited to 25 MB per file.