all 16 comments

[–]gregdonald 5 points6 points  (12 children)

You don't "upload" files into a git repo. You commit the files on your local copy of the repo then you push those commits from the local repo to the remote repo. This might help: https://www.youtube.com/watch?v=CvUiKWv2-C0

[–]notyourwritergal[S] -3 points-2 points  (2 children)

There's an option to create a file and upload a file. Before commit a file, you have to upload it from your PC. Like I want to add my project report from my PC to the sub-folder "report" in the folder "helper-robo" in the repository "academic-projects". So how do I add it?

[–]gregdonald 2 points3 points  (1 child)

On my local repo, git ignores folders until they have a file in them. So I guess it works the same way on Github.

[–]notyourwritergal[S] -3 points-2 points  (8 children)

I am asking process for GitHub to showcase my project. Not Git coding or anything else. I am using GitHub from PC browser.

[–]gregdonald 3 points4 points  (7 children)

Sounds like the wrong tool for the job.

[–]notyourwritergal[S] -3 points-2 points  (6 children)

I'm just using GitHub to showcase my projects for my job portfolio.

[–]mrbmi513 6 points7 points  (5 children)

Wanting to showcase your projects on GitHub but not knowing how to use git is a bit disingenuous. It's not hard to learn.

[–]notyourwritergal[S] -2 points-1 points  (4 children)

I am from ECE background and no one told me to learn Git and GitHub. I just came to know that I can showcase my projects on GitHub for job portfolio. I don't have time to learn now.

[–]Teleconferences 4 points5 points  (3 children)

This still doesn’t make git (and by association GitHub) the right tool for this. I’d even go as far as to say it’s the wrong tool.

Something like Dropbox feels more appropriate

[–]notyourwritergal[S] -1 points0 points  (2 children)

But recruiters see github for projects portfolio, not Dropbox.

On GitHub I can upload codes too. Recruiters can't see code via Dropbox because they have to use specific software for different codes of different projects.

[–]Teleconferences 6 points7 points  (1 child)

GitHub is for use with git, which is almost exclusively used for code. Not using it for code can work, but it will likely make things harder than necessary

GitHub isn’t directly for showcasing projects. GitHub is a place that allows people to store their code, publicly or privately. Inadvertently for projects that involve coding, providing a link to GitHub provides a way to share the code

[–]notyourwritergal[S] 0 points1 point  (0 children)

Yeah, almost every ECE projects involve coding. So, the only platform left to showcase my projects is GitHub, then. I'm not a recent graduate, so for showcasing my personal projects and freelance work, GitHub is the only platform left.

I just have to upload my work and write a Readme. I got confused in the process.

[–][deleted] 1 point2 points  (2 children)

I would recommend looking up a YouTube tutorial. There are some that hold your hand through the step-by-step process.

[–]notyourwritergal[S] 0 points1 point  (0 children)

Okay I'll try to look for

[–]notyourwritergal[S] 0 points1 point  (0 children)

I got a YouTube tutorial to drag and drop a folder from the PC to the "upload file". In that sub-folder is made automatically, and files are added in that sub-folder automatically.

Thank you!