Skip to content
View ammarshah's full-sized avatar
Block or Report

Block or report ammarshah

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. todoer todoer Public

    Just a todo app...

    Ruby

  2. ruby_interview_exercises ruby_interview_exercises Public

    Not everything here is an interview exercise, some I did just for myself for the learning purpose but I added them here because most of the interviewers ask questions related to these topics.

    HTML 1

  3. learn_data_structures_and_algorithms learn_data_structures_and_algorithms Public

    Learn Data Structures and Algorithms from Mosh Hamedani's three parts course here: https://www.youtube.com/playlist?list=PL9Cs4cHk-V3lM7y2Vsfj_yQokV1hdLhIl

    Ruby

  4. learn_tdd_and_bdd learn_tdd_and_bdd Public

    Learning TDD and BDD from different courses, tutorials and exercises

    Ruby

  5. saac saac Public

    List of softwares that I don't want to install every time I install Ubuntu

  6. Remove commit(s) from git repository... Remove commit(s) from git repository using rebase while keeping the original commit dates
    1
    # Example Usage of git-rebase with git-filter-branch and git-filter-repo
    2
    
                  
    3
    You can rewrite commits using either [git-filter-branch](https://git-scm.com/docs/git-filter-branch) or [git-filter-repo](https://github.com/newren/git-filter-repo) but the latter one is recommended. See [why](https://github.com/newren/git-filter-repo#why-filter-repo-instead-of-other-alternatives).
    4
    
                  
    5
    ## 1. Check Logs