This project is designed to help our study group practice and strengthen our skills in:
- Linux System Administration
- Bash Scripting
- Git Workflows We will collaborate to create and manage scripts simulating real-world workflows and practicing Git version control techniques.
- Develop scripts for automating common Linux administration tasks.
- Practice Git workflows, including branching, merging, pull requests, and conflict resolution.
- Strengthen collaboration and documentation skills.
-
Clone the repository:
git clone https://github.com/oyogbeche/linux-bash.git cd linux-bash -
Create new branch for your features:
git checkout -b <branch-name> -
Add your changes and commit:
git add . git commit -m "Description of your changes" -
Push your branch and open a pull request:
git push origin <branch-name>
- Ensure your code is properly tested.
- Follow consistent naming conventions for branches(use first and last names).
- Write clear and concise commit messages.
If you have any questions or suggestions, feel free to reach out via GitHub issues or the study group chat.