Open marina-bashlak opened 1 year ago
@marina-bashlak , 1- "my fork of exercises repo" , from the template message above. What is it about? Did we need to create a fork of some repo? 2- it was mentioned that bio has to have the same name as my git name, but my git name has a dash in it, hence I named it just "marina.md" , is it ok? 3- tasks says that "My bio link in the class README opens to my student bio file" , could you please explain what it means?
1- fork a repo
: When you fork a repository, you make a copy of the original repository, but it is stored in your own account , for example, if I like a repo and I want to add something to it I can't because I am not authorized ( not collaborator ), so I can fork it and I will have a copy of it on my account and I can add whatever I want.
2- no it is not ok, because it must be exactly as your GitHub user name even if it has dash init.
3- You don't have to worry about that, because we will add your info to the README.md
file.
Thank you, @samirm00 , renamed and created PR. Regarding 1, as I understood, it was just an exercises then? I've done it for template-markdown as you mentioned during the lesson that we can't create anything in that repository.
@marina-bashlak , yes, because you didn't have access to template-markdown
, that is why I asked you to create your own fork.
Learning Objectives
Study checklist
Local development without git:
cd
ls
cat
mkdir
touch
npm install
npm run format
npm run format:check
npm run lint:ls
npm run lint:md
Local development with git:
git log
Local/Remote development:
git pull
andgit push
PR
Remote Collaboration:
collaborators
PR
before merging it to themaster
ormain
PR
Open Source Development:
Week 1
I Need Help With:
What went well?
It was a bit overwhelming as for a beginner, but I feel like I'm catching up.
What went less well?
Sometimes it's hard to understand what to focus about and what details are not that important at this moment.
Lessons Learned
Basic ideas and usage of GIT and GitHub, working with VCS.
Sunday Prep Work
Continue reading about NPM, Node.js and git. Do I need to prepare anything specific ?
Week 2
I Need Help With:
Nothing for now.
What went well?
Creating and working in brunches by using the stuff which I've learned on the first week.
What went less well?
Resolving the problem that happened on the Master by my mistake (I had to renamed a folder). Finally, I've found a way.
Lessons Learned
How to work in a group, how to set a tasks for the project
Sunday Prep Work
Reading about Planning and Collaborating, Agile