-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homework4 #7
Homework4 #7
Conversation
Test results
With ❤️ from Homework Bot 🤖 |
✅ Wiki is availableCheck it out at: https://github.com/Gobi-Kumarasamy/CPP_homeworks/wiki With 💙 from Homework Bot 🤖 |
…ework checker bug corrected by Igor
1.Makes googletest a submodule 2.Change the homework CI job to the up-to-date one (Use a reusable workflow for homework checks) 3.Shuffle add_subdirectory calls
Issues: Solutions:
|
Split and Trim strings.
Issued faced in git commit:
git remote -v
git remote add origin https://github.com/Gobi-Kumarasamy/CPP_homeworks.git
warning: adding embedded git repository (https://stackoverflow.com/questions/47008290/git-how-to-make-outer-repository-and-embedded-repository-work-as-common-standal)
You have added a git repository inside another git repository
*The outer git repository will ignore the inner git repository.
*The inner git repository is known as a submodule.
*In the resources directory (the inner directory with a git repo in): delete the .git folder. You will need to enable hidden files to see this in explorer / finder. Then,
git rm --cached -f ./homework_4/no_strings_attached