Skip to content

oyogbeche/linux-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Overview

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.

Project Goals

  • Develop scripts for automating common Linux administration tasks.
  • Practice Git workflows, including branching, merging, pull requests, and conflict resolution.
  • Strengthen collaboration and documentation skills.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/oyogbeche/linux-bash.git
    cd linux-bash
    
  2. Create new branch for your features:

    git checkout -b <branch-name>
    
  3. Add your changes and commit:

    git add .
    git commit -m "Description of your changes"
    
  4. Push your branch and open a pull request:

    git push origin <branch-name>
    

Contribution Guidelines

  • Ensure your code is properly tested.
  • Follow consistent naming conventions for branches(use first and last names).
  • Write clear and concise commit messages.

Contact

If you have any questions or suggestions, feel free to reach out via GitHub issues or the study group chat.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages