Please be aware that the main branch is not the active branch for ongoing development of this HRMS project. For the latest features and updates, kindly switch to the aman branch by following these steps:
-
Clone the repository (if you haven't already):
git clone https://github.com/viscousCoder/HRMS.git
-
Navigate into the project directory:
cd hrms-project -
Fetch all branches:
git fetch --all
-
Switch to the
amanbranch:git checkout aman
-
Pull the latest changes:
git pull origin aman
The aman branch contains the most recent updates, features, and bug fixes for the HRMS project. The main branch is not actively maintained at the moment. To ensure you’re working with the most up-to-date version, please make sure you’re on the aman branch.
Thank you for your understanding!
If you have any questions or encounter any issues, feel free to open an issue on GitHub or contact the project maintainers.